/* SLIDER */

#slidearea{
	height: 300px; 
	margin:0px 0px 20px 0px ;
	position: relative; 
	width:900px;
	background:url(images/slide.png);
}
#gallerycover{
	overflow: hidden;
	margin:0px auto;
	width:800px;
	
}

.mygallery{
	overflow: hidden;
	position:relative;

}


img.slimg{
	width:350px;
	height:200px;
	background:#202020;
	border:1px solid #2b2b2b;
	margin:10px 20px 10px 0px;
	padding:10px;
	float:left;
}

.mytext{
	position:relative;
	margin:30px 0px 0px 0px;
	width:800px;
	height: 240px;
	display:inline;
	float:left;
	color:#c4c4c4;
	}

.inpost{
	position:absolute;
	top:0px;
	left:0px;
	width:250px;
	background:url(images/trans.png);
}

.mytext h2 {
	padding:10px 0px;
	font-size: 18px ;
	font-weight:bold;
}

.mytext h2 a:link,.mytext h2 a:visited{
	color:#fff;
	text-shadow:1px 1px 0px #111;
}

.mytext p{
	padding:0px 5px 0px 0px;
	color:#aaa;
	font-size: 13px ;
	line-height:20px;
	text-shadow:1px 1px 0px #111;
}

.rmore{
	width:93px;
	height:29px;
	background:url(images/rmore.png);
	float:left;
	margin:10px 20px 0px 0px;
}
	
.prevb{
	float:left;
	width:39px;
	height:44px;
	z-index:200;
	background:url(images/left.png);
	position:absolute;
	left:-7px;
	bottom:140px;
	}
	
.nextb{
    float:right;
	width:40px;
	height:44px;
	z-index:200;
	background:url(images/right.png);
	position:absolute;
	right:-7px;
	bottom:140px;
	display:block;
	}
	

	
.sidim{
	width:940px;
	height:280px;
	display:block;
}



/* home */
.box{
	width:615px;
	margin-right:15px;
	margin-bottom:20px;
	margin-top:0px;
	float:left!important;
	color:#555;
	clear:left!important;
	overflow:hidden;
	background:#080808;
	border:1px solid #1b1b1b;
	
}
.altbox{
	float:right!important;
	clear:right!important;
	margin-bottom:20px;
		margin-right:10px;
}


.postimg{
	float:left;
	margin:0px 10px 0px 0px;
	width:270px;
	height:150px;
	background:#dcddcb;
	padding:0px;
}

.boxtitle  h2 {
	margin: 0px 0 0px 0;
	padding: 10px 15px;
	font: 18px Arial,century gothic,verdana, sans-serif;
	font-weight:bold;
	overflow:hidden;

		}

.boxtitle  h2 a, .boxtitle  h2 a:link, .boxtitle  h2 a:visited  {
	color:#fff;
	background-color: transparent;
	}
	
.boxtitle  h2 a:hover  {
	color: #fff;
	background-color: transparent;
	}	
	
.boxbot{
	width:300px;
	display:inline-block;
	height:64px;
}

.morer{
	width:65px;
	height:64px;
	float:right;
	background:url(images/rmore.png);

}

.morer a{
	width:65px;
	height:64px;
	display:block;
}








.tabox{
	width:260px;
	overflow:hidden;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;


}

.tabox a {
	color: #222;
	text-decoration: none;
	}
	
.tabox a:hover {
	text-decoration: underline;
	}
	
	
img.boximage{
	width:80px;
	height:60px;
	float:left;
	margin-right:10px;
	background:#ccc;
}	


ul.tabsnav{

	padding:8px 5px 4px 15px;
	height:26px;
	margin:0px 0px;
	background:url(images/side.png);

}	
	

.tabsnav li {
	display: inline;
	list-style: none;
	float:left;
	font-size:11px;
	text-align:center;
	margin-right:10px;
	width:70px;
	text-transform:uppercase;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	}


.tabsnav li a {
	text-decoration: none;
	font-weight: normal;
	line-height:24px;
	font-weight:bold;
	padding:0px 0px;
	font-size: 12px; 
	color:#000;
	text-decoration: none;
	display:block;


	}
		
.tabsnav li a:hover, .tabsnav li a:active, .tabsnav li.ui-tabs-selected a {
	text-decoration:none;
	color:#fff;


	}


.tabsdiv {
	border-right:1px solid #252525;
	border-left:1px solid #252525;
	border-bottom:1px solid #252525;	
	padding:0px;


	}
.tabsdiv a:link,.tabsdiv  a:visited {	

	color:#52483e;

	}
.tabsdiv a:hover{

		color:#52483e;
	}
.tabsdiv ul{

	list-style-type:none;
	margin:0px 0px;
	padding:0px 0px;
	
		}
		
.tabsdiv ul li{	

	height:100%;
	line-height:28px;
	padding: 0px 0px 0px 0px;
	color:#333;

}


.tabsdiv li a:link,.tabsdiv li a:visited{
	display:block;
	margin-left:5px;
	overflow:hidden;
	line-height:24px;
	padding:2px 5px ;
	margin:2px 5px;
	color:#666;
	font-size:13px;
	background:#080808;
	text-shadow:1px 1px 0px #FF0F6D;
}



.tabsdiv li a:hover {
	text-shadow:1px 1px 0px #7F0032;
	color:#47587A;
	text-decoration:none;
		}

.tabsdiv embed{
	width:320px;
	height:270px;
}		
.tagbox{
	padding:10px;
}
.ui-tabs-hide {
	display: none;
		}

