/* Start of CMSMS style sheet 'Easy Slider' */
/* Easy Slider */

#slider {
    width: 520px;
    margin-left: auto;
    margin-right: auto;
}
 
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:520px;
		height:370px;
		overflow:hidden; 
		}
        #slider a img {
               border-style: none;
        }
	span#prevBtn{}
	span#nextBtn{}
ol#controls{
                float: top;
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#88ac0b;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
					
 
/* // Easy Slider */
.item_bullet {
padding-left: 20px;
background-image: url(uploads/images/bullet.png);
background-repeat: no-repeat;
background-position: 0 0.2em;
}


#propaganda {
    height:62px;
    top: 39px;
    left: 20px;
    width: 440px;
    margin-left: auto;
    margin-right: 55px;
}
 
	#propaganda ul, #propaganda li{
		margin:0;
		padding:0;
		list-style:none;
                height: 100%;
		}
	#propaganda li{  
		width:440px;
                color: #fff;
                font-size: 18px;
                text-shadow : 1px 2px 5px black;
		overflow:hidden;
		}
/* End of 'Easy Slider' */

