.boxgrid {  
    width: 260px;  
    height: 148px;  
    margin:10px;
    float:left;
    background:#161613;
    border: solid 2px #8399AF;
    overflow: hidden;
    position: relative;
    color:#FFF;
}  

.boxgrid img {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}  

.boxcaption {
    float: left;
    position: absolute;
    background: #000;
    height: 100px;
    width: 100%;
    opacity: .8;
    /* Pour IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    /* Pour IE 8 */
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
} 

.captionfull .boxcaption {
    top: 110px;
    left: 0;
}

.caption .boxcaption {
    top: 110px;
    left: 0;
}

ol#controls{
	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;
	background:#DAF3F8;
	color:#555;
	padding:0 10px;
	text-decoration:none;
	}
ol#controls a:hover{
	background:#a1bfd2;
	}
ol#controls li.current a{
	background:#6385a2;
	color:#fff;
	}		
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

div.sc_menu {
	/* Set it so we could calculate the offsetLeft */
	width: 550px;
	overflow: auto;
}
ul.sc_menu {
	display: block;
	height: 80px;
	/* max width here, for users without javascript */	
	width: 1500px;	
	padding: 15px 0 0 15px; 
	/* removing default styling */
	margin: 0;
	background: url('navigation.png');		
	list-style: none;
}
.sc_menu li {
	display: block;
	float: left;	
	padding: 0 4px;
}
.sc_menu span {
	display: block;
	text-decoration: none;
}
.sc_menu span {
	display: none;
	margin-top: 3px;
	
	text-align: center;
	font-size: 12px;	
	color: #003968;
}
.sc_menu img:hover span {
	display: block;
}
.sc_menu img {
	height:60px;
	width:135px;
	border: 3px #fff solid;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.sc_menu  img:hover {
	filter:alpha(opacity=50);	
	opacity: 0.5;
}

