/* Start of CMSMS style sheet 'rotate' */
/*Rotate*/

	#simpleslider {
	   width: 630px; 
	   height: 198px; 
	   position: relative;
	   overflow: hidden;
	}

	#simplesliderContent{
	    width: 720px;
	    position: absolute;
		top: 0;
		margin-left: 0;
	}
	.simplesliderImage{
	    float: left;
	    position: relative;
		display: none;
	}
	.simplesliderImage span {
	    position: absolute;
		font: 10px/15px Arial, Helvetica, sans-serif;
	    padding: 10px 13px;
	    width: 538px;
	    background-color: #333333;
	    filter: alpha(opacity=60);
	    -moz-opacity: 0.6;
		-khtml-opacity: 0.6;
	    opacity: 0.6;
	    color: #fff;
	    display: none;
		margin-left: 1000px;
	}

	.clear {
		clear: both;
	}
	
	.top {
		top: 0;
		left: 0;
	}
	.bottom {
		bottom: 0;
	    left: 0;
	}
	.left {
		top: 0;
	    left: 0;
		width: 110px !important;
		height: 280px;
	}
	.right {
		right: 0;
		bottom: 0;
		width: 90px !important;
		height: 290px;
	}
	ul, li{
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	ul {
		list-style: none;
	}
/* End of 'rotate' */

