/******************************************************************************************************************************
CSS Styles File
******************************************************************************************************************************/

.bottom_movies
{
	position: relative;
	width: 1000px;
	height: 270px;
	border: 0px solid red;
	background: #FFFFFF;
}

.movies
{
	position: absolute;
	top: 30px;
	left: 0px;
	border: 0px solid red;
	
}

.movie_thumb
{
	width: 95%;
	text-decoration: none;
	text-align: left;
	font-size: 13px;
	color: #333333;
}

.qrcode
{
	position: absolute;
	top: 0px;
	right: 0px;
}

.icon_movies
{
	position: absolute;
	top: 0px;
	left: 0px;
}

.small_camera
{
	position: absolute;
	right: 10px;
	bottom: 0px;
}



.news_titles_wrapper
{
	position: absolute;
	width: 230px;
	height: 600px;
	top: 40px;
	overflow: auto;
}

.news_titles_row
{
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
}

.news_titles_row_url
{
	text-decoration: none;
	font-size: 13px;
	font-family: Arial;
	color: gray;
	letter-spacing: 1px;
	text-align: left;
}

.index_news_row:link
{
	font-size: 13px; font-family: Arial; color: #333333; letter-spacing: 1px; text-decoration: none;
}

.index_news_row:visited
{
	color: #333333;
}

.index_news_row:hover
{
	color: #046AB5;
}


#pscroller2
{
	width: 90%;
	height: 20px;
	border: 0px solid black;
	padding: 3px;
	text-align: left;
	letter-spacing: 1px;
}

#pscroller2 a
{
	text-decoration: none;
	color: #333333;
	font-size: 15px;
	font-family: Arial;
	letter-spacing: 1px;
}

/******************************************************************************************************************************
Colorbox Cycle Plugin CSS
******************************************************************************************************************************/

#banner {
	float:left;
	width:1000px;
	height:370px;
	position:relative;
	margin-bottom:15px;
}

#banner .cycle img{
display:none;
}

#banner .pager{ 
	position:absolute;
	right:5px;
	bottom: -10px;
	z-index:100;
}

#banner .pager a{
	color:#C7C7C7;
	margin:0 2px 0 0;
	padding: 5px 0px;
	display:block;
	float:left;
	/*font-size: 0.875em;*/
	font-size: 15px;
	opacity: 0.2;
  	filter: alpha(opacity = 20);
}

#banner .pager a:hover, #banner .pager a.activeSlide{ 
	opacity: 1;
  	filter: alpha(opacity = 100);
}




/******************************************************************************************************************************
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
******************************************************************************************************************************/

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:hidden;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/******************************************************************************************************************************
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
******************************************************************************************************************************/

#cboxOverlay{background:#faf5eb;}

#colorbox{}
    #cboxContent{margin-bottom:80px; margin-top:20px; }
        #cboxLoadedContent{ padding:1px;}
        #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
        #cboxLoadingOverlay{background:#FAF5EB;}
        #cboxTitle{position:absolute; bottom:-45px; left:0; color:#737369; font-size:13px; line-height:160%; }
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#919186; font-size:11px; }
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{width:20px; height:20px; position:absolute; bottom:-25px; right:0; color:#919186; }
        #cboxPrevious{ right:122px; }
        #cboxPrevious.hover{ color:#6F5436; }
        #cboxNext{ right:55px; }
        #cboxNext.hover{ color:#6F5436; }
        #cboxClose{ right:15px;}
        #cboxClose.hover{ color:#6F5436; }
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{ }
        .cboxSlideshow_on #cboxSlideshow{ }
        .cboxSlideshow_on #cboxSlideshow.hover{ }
        .cboxSlideshow_off #cboxSlideshow{ }
        .cboxSlideshow_off #cboxSlideshow.hover{ }

/******************************************************************************************************************************
Last Modified : March 02, 2014 
******************************************************************************************************************************/