﻿.main_image
{
	width: 300px;
	height: 230px;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:11px;
	color: #fff;
	position: relative;
	overflow: hidden;
	float: left;
	padding:5px; 
	background:#0167B2;
}
.main_image img
{
    
}
.main_image .block small 
{
    margin-left: 10px;
}
.main_image .desc
{
	width: 300px;
	position: absolute;
	bottom: 0;
	left: 0; /*--Stick the desc class to the bottom of our main image container--*/
	display: none; /*--Hide description by default, if js is enabled, we will show this--*/
	padding:5px;
	background:#0167B2;
}
.main_image .block
{
	width: 290px;
	height:auto;
	color:#000;
	background: #f0f0f0;
	border-top: 1px solid #aaa;
	padding:0 5px 5px 5px;
}
.continue
{
    font-family:Arial, Verdana, Sans-Serif;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    color:#000;
}
.continue:hover
{
    text-decoration:underline;
}
.main_image a.collapse 
{ 
    /*--This is our hide/show tab--*/
	background: url(btn_collapse.gif) no-repeat left top;
	background-color:#fff;
	height: 27px;
	width: 93px;
	text-indent: -99999px;
	position: absolute;
	top: -27px;
	right: 20px;
}
.main_image a.show 
{
    background-position: left bottom;
}
.image_thumb 
{
    width: 218px;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:11px;
	float: left;
	background:#0167B2;
}
.image_thumb .news_banner
{
	width: 218px;
  	height:60px;
 	padding:5px 0px 5px 0px;
    background:#0167B2;
    text-align:center;  
 }
.image_thumb .news_news
{
    /*color :Red;*/
    /*padding:5px; */
}
.image_thumb ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
	/*list-style-image: url(../../images/arrow2.gif);*/
}
.image_thumb ul li
{
	width: 218px;
	height:31px;
	/*yenimargin: 0;*/
	/*yenibackground: #f0f0f0;*/
	border-top: 1px solid #fff;
	float: left;
	margin-top:2px ;
	background:#0167B2;
	font-weight : bold;
}
.image_thumb ul li.hover 
{ 
    /*--Hover State--*/
	background: blue;/*#ddd*/
	cursor: pointer;
}
.image_thumb ul li.active 
{   
    /*--Active State--*/
	background: blue;/*#fff*/
	cursor: default;
}
html .image_thumb ul li h2 
{
	padding: 0;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:12px;
	font-weight:normal;
}
.image_thumb ul li .block 
{
	/*yeniwidth: 200px;
	padding: 0;
	margin-left: 5px;
	float: left;*/
}
.image_thumb ul li .block h2 a
{
	text-decoration:none;
	color :White; 
	font-weight:bold;
	vertical-align: middle; 
 }
.image_thumb ul li p
{
    display: none;
}
