/*! http://responsiveslides.com v1.54 by @viljamis */




/*------------Css for text rollover---------------------*/
.boxgrid{ width:100%; height:100%; /*height:11.66em;*/  float:left; background:#161613; 
 overflow: hidden; position: relative; margin: 0 0 1px 0; cursor:pointer; }
.boxgrid h3 { display: block; float:left; width:98%; color: #fff; font-weight:bold; 
font-family:sans-serif;
margin:7px 0 0 10px;}
.boxgrid img{ position: absolute; top: 0; left: 0; border: 0; width:100%; height:100%; cursor:pointer;
-webkit-transition: -webkit-transform .5s ease-in-out; transition: transform .5s ease-in-out;
/* transform-origin:20% 40%; -ms-transform-origin:20% 40%;  -webkit-transform-origin:20% 40%;
 transition: transform 0.5s linear; transition:transform 0.5s linear;
-webkit-transition:transform 0.5s linear;*/ }
.boxgrid:hover img{transform: scale(1.2); -ms-transform:scale(1.2); -webkit-transform:scale(1.2);  }
.boxgrid .capTxt{ padding: 0 0; color:#afafaf; display:block; float:left; clear:both; 
margin:10px 0 0 0; width:96%; margin:5px 0 0 10px;  }
.boxgrid .capTxt a{ color:#FC3; display:block; margin:5px 0 0 0;}
.boxcaption{ float: left; position: absolute; background: #000; height:100%; /*height: 140px;*/ width: 100%; 
opacity: .8; 
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {top: 0px;left: 0;}
.caption .boxcaption {top:116px;left: 0;}

.boxHeight2 .captionfull .boxcaption {top: 0px;left: 0;}
.boxHeight2 .caption .boxcaption {top:96px;left: 0;}

.boxHeight4 .captionfull .boxcaption {top: 0px;left: 0;}
.boxHeight4 .caption .boxcaption {top:75px;left: 0;}