.index_main_news_album{
	position:relative;
	border:#000 0px solid;
	background:#FFF;
	float:right;
	width:650px;
	height:325px;
}

#main_album{
	position:absolute;
	border:#000000 0px solid;
	padding:1px;
	text-align:right;
	width:650px;
}
#main_album .right_sec{
	border:#000 0px solid;
	border-right:#CBCBCB 0px solid;
	float:right;
	width:354px;
	padding-right:1px;
}
/**/
#main_album .right_sec div{
	display:none;
}

#main_album .right_sec img{
	width:100%;
	height:250px;
	position:relative;
	z-index:0;
}
#main_album .right_sec p{
	border:#000 0px solid;
	color:#000;
	
	height:120px;
	overflow:hidden;
	z-index:1;
	padding:0 0px 10px 10px;
	margin:0px;
	font-family:Tahoma, Geneva, sans-serif;
	
	position:relative;
	margin-top:-60px;
}


#main_album .right_sec p a{
	font-family: GE_Dinar;
	color:#FFF;
	height:50px;
	width:337px;
	font-size:18px;
	margin-bottom:10px;
	padding:0 10px 0 5px;
	line-height:normal;
	
	text-shadow: 1px 1px 0px rgba(0,0,0,1);
	
	overflow:hidden;
	display:block;
	border:#000 0px solid;
	
	
	/*
	background: -moz-linear-gradient(top,  rgba(153,153,153,0.01) 0%, rgba(0,0,0,0.8) 50%);
	background: -webkit-linear-gradient(top,  rgba(153,153,153,0.01) 0%,rgba(0,0,0,0.8) 50%);
	background: linear-gradient(to bottom,  rgba(153,153,153,0.01) 0%,rgba(0,0,0,0.8) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03999999', endColorstr='#cc000000',GradientType=0 );
	*/

}
#main_album .right_sec p a:hover{
	/*color:#FF0000;*/
}


#main_album .left_sec{
	border:#000 0px solid;
	border-right:none;
	float:right;
	width:287px;
}
#main_album .left_sec ol{
	width:289px;
	
	list-style:none;
	margin:0;
	padding:0px;
}
#main_album .left_sec ol li{
	height:64px;
	width:100%;
	position:relative;
	border-right:4px solid #F3F3F3;
	border-bottom:1px solid #DEDEDE;
	overflow:hidden;
	
	
	background: rgb(248,248,248);
	background: -moz-linear-gradient(top,  rgb(248,248,248) 0%, rgb(237,237,237) 100%);
	background: -webkit-linear-gradient(top,  rgb(248,248,248) 0%,rgb(237,237,237) 100%);
	background: linear-gradient(to bottom,  rgb(248,248,248) 0%,rgb(237,237,237) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ededed',GradientType=0 );
	
/*
	background: #4b4b4b;
	background: -moz-linear-gradient(top,  #4b4b4b 0%, #000000 100%);
	background: -webkit-linear-gradient(top,  #4b4b4b 0%,#000000 100%);
	background: linear-gradient(to bottom,  #4b4b4b 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4b4b', endColorstr='#000000',GradientType=0 );*/
}

#main_album .left_sec ol li:hover,
#main_album .left_sec ol .current{
	border-right:4px solid #C00;
	
	/*
	background: rgb(237,237,237);
background: -moz-linear-gradient(top,  rgb(237,237,237) 0%, rgb(201,201,201) 100%);
background: -webkit-linear-gradient(top,  rgb(237,237,237) 0%,rgb(201,201,201) 100%);
background: linear-gradient(to bottom,  rgb(237,237,237) 0%,rgb(201,201,201) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#c9c9c9',GradientType=0 );
*/
	background: #4b4b4b;
	background: -moz-linear-gradient(top,  #4b4b4b 0%, #000000 100%);
	background: -webkit-linear-gradient(top,  #4b4b4b 0%,#000000 100%);
	background: linear-gradient(to bottom,  #4b4b4b 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4b4b', endColorstr='#000000',GradientType=0 );

}
#main_album .left_sec ol li:hover a,
#main_album .left_sec ol .current a{
	color:#FFF;
}


#main_album .left_sec ol li a{
	color:#222;
	font-size:13px;
	line-height:normal;
	padding:6px 8px 6px 8px;
	
	position:absolute;
	height:48px;
	top:0;
	display:block;
	z-index:1;
	border:#000 0px solid;
}