@charset "utf-8";
/* CSS Document */
#showCaseBox
{
   
	background:rgba(0,0,0,0.4);
	height:50%;
	width:260px;
	position:relative;
	left:79%;
	border-radius:10px;
	border:1px solid rgba(0,0,0,0.1);
	color:#fff;
	margin-left:7px;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;

}


#filmStripBox
{
	position:relative;
	overflow:hidden;
	width:92%;
	height:150px;
	margin:0px 15px 0px 11%;

	
}
.flimStrip 
{
   
	margin:3px;
	padding:15px;
	list-style:none;
	float:left;
	cursor:pointer;
    background:rgba(0,0,0,0.9);
    width:175px;
    height:110px;
   
}
.flimStrip:hover
{
    background:rgba(255,255,255,0.3);
}
.caseImage
{
	float:left;
	margin:20px;
	
}
.showCase
{
	width:100%;

	
}
#showCase
{
	height:65%;
	overflow:hidden;
	
}
.clr
{
	clear:both;
}
.caseText
{
	padding:25px 10px 10px 20px;
	text-align:justify;
	font-size:1.2em;
}
.readMoreLink
{
	padding:10px;
	background:rgba(255,102,0,0.9);
	border-radius:10px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	float:right;
	margin:40px 10px;
	overflow:hidden;

}
.showCase
{
	display:none
}
.caption
{
	
	text-align:center;
	font-size:14px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing:1px;
	opacity:1;
	
}
.active
{	
	
	background:rgba(255,255,255,0.3);

}
.caseTitle
{
	margin-top:10px;
	text-transform:uppercase;
	font-size:1.6em;
	font-weight:bold;
	letter-spacing:1px;
	
}