@charset "utf-8";
/* CSS Document */

.container{
	width:602px;
	height:452px;
	padding:1px;
	background-color:#333333;
 box-shadow: 0 0 25px rgba(0,0,0,0.4); 
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
		-moz-user-select:none;
    -webkit-user-select:none;
	
}

.slider_wrapper{
	overflow: hidden;
	position:relative;
	height:450px;
	width:600px;
	top:auto;
	-moz-user-select:none;
    -webkit-user-select:none;
}



#image_slider{

	position: relative;
	height: auto;
	list-style: none;
	overflow: hidden;
	float: left;
	/*Chrom default padding for ul is 40px */
	padding:0px;
	margin:0px;
	-moz-user-select:none;
    -webkit-user-select:none;
}
#image_slider li{
	position: relative;
	float: left;
}




imageslider:hover figcaption {
  opacity: 1;
  left: 0;
}

h2 {
	position: absolute;
	top: 369px;
	left: -1px;
	width: 100%;
	z-index: 1;
}

figcaption span { 
   color: white; 
   font: bold 14px/30px Helvetica, Sans-Serif; 
     
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 10px; 
}

.nvgt{
	position:absolute;
	top: 195px;
	height: 60px;
	width: 30px;
	opacity: 0.3;
}
.nvgt:hover{
	opacity: 0.9;
}
#prev{
     background:#000 url(../Images/prev.png) no-repeat center;
	 left: 0px;
}
#next{
	 background:#000 url(../Images/next.png) no-repeat center;
	right: 0px;
}



.imgheader {
	position:relative;
	z-index:0;
	top:0px;
	float:none;
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
   filter: alpha(opacity=40);
   -moz-opacity: 0.4;
   -khtml-opacity: 0.4;
	opacity:0.4;

}

.maintable {
	position: relative;
	 z-index:0;
	 top:0px;
}

.bottomtable {
	position: relative;
	 z-index:0;
	 opacity:0.4;
 	-moz-user-select:none;
    -webkit-user-select:none;
		 
	 
	
}
.middletable {
	
	position:relative;
	z-index:0;
	
	}	
	
	#imgtitle a {
	display:block;
	background-color:#43403b;
	opacity: 0.6;
	width:125px;
	line-height:30px;
	height:30px;
	font:Arial;
	color:#FFFFFF;
	font-size:14px;
	text-decoration : none;
	text-transform : uppercase;
}

#imgtitle a:hover{
background-color:#43403b;
color:#FFFFFF;
opacity: 1;
}


.imgback {
	width:100%;
	height: 100%;
	opacity:0.2;
	position:fixed;
}
 
 
.overlay {
	opacity:0.2;

}
 
 
 
 body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
	
}

	

.textnormals {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	-moz-user-select:none;
    -webkit-user-select:none;
}


	

.textnormal {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	-moz-user-select:none;
    -webkit-user-select:none;
}

.textnormalr {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	-moz-user-select:none;
    -webkit-user-select:none;
}

.texthead1 {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color : #333333;
	height:25px;
	-moz-user-select:none;
    -webkit-user-select:none;
}

.texthead1r {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color : #FFFFFF;
	height:25px;
	-moz-user-select:none;
    -webkit-user-select:none;
}


.texthead2 {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color : #333333;
	-moz-user-select:none;
    -webkit-user-select:none;
}

.textnormalj {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color :#333333;
	text-align:justify;
	-moz-user-select:none;
    -webkit-user-select:none;
}
 
 .linknarrow
 {
   font:Arial Narrow;
    font-size:12px;
    font-style:normal;
    text-decoration:none;
    color: #FFFFFF;
	-moz-user-select:none;
    -webkit-user-select:none;
 }  
 
.linknarrow a
{
color: #FFFFFF;
}



#slideshow { 
    margin: 50px auto; 
    position: relative; 
    width: 240px; 
    height: 240px; 
    padding: 10px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}
