/* Start of CMSMS style sheet 'MR:fotoalbum' */
img{border:none;}
pre{
	display:block;
	font:12px "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	width:500px;
	}		

/* Easy Slider */

#slider{

}

	#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:460px;
		height:241px;
		overflow:hidden; 
                text-align: center;
		}
	div#prevBtn{
        background:url("images/left_h.png") no-repeat scroll 0 0 transparent;
        float:left;
        top: 10px;
        height:13px;
        position:relative;
        width:13px;
    }
	div#nextBtn{
        top: 10px;
        background:url("images/right_h.png") no-repeat scroll 0 0 transparent;
        float:left;
        height:13px;
        position:relative;
        width:13px;
        left:434px;
    }	
    
    div#nextBtn:hover{
        background:url("images/right.png") no-repeat scroll 0 0 transparent;
    }
    
    div#prevBtn:hover{
        background:url("images/left.png") no-repeat scroll 0 0 transparent;
    }				

/* // Easy Slider */

.albums{
margin:45px 0 0 15px;
}

.albums ul{
    list-style-image: none;
    list-style-position: outside;
    display: inline;
}

.albums ul li{
    border-left:1px solid white;
    border-right:1px solid white;
    display:inline;
    list-style-image:none;
    list-style-position:outside;
    padding:0 10px;
}

.albums ul li a.current{
    color: #ffffff;
    font-weight: bolder;
}
/* End of 'MR:fotoalbum' */

