﻿.main_image
{
	width: 300px;
	height: 200px;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:11px;
	color: #fff;
	position: relative;
	overflow: hidden;
	float: left;
}
.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--*/
}
.main_image .block
{
	width: 290px;
	height:auto;
	background: #111;
	border-top: 1px solid #000;
	padding:0 5px 5px 5px;
}
.continue
{
    font-family:Arial, Verdana, Sans-Serif;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    color:#fff;
}
.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: 200px;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:11px;
	float: left;
}
.image_thumb ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.image_thumb ul li
{
	width: 228px;
	height:39px;
	margin: 0;
	background: #f0f0f0;
	border-top: 1px solid #fff;
	float: left;
}
.image_thumb ul li.hover 
{ 
    /*--Hover State--*/
	background: #ddd;
	cursor: pointer;
}
.image_thumb ul li.active 
{   
    /*--Active State--*/
	background: #fff;
	cursor: default;
}
html .image_thumb ul li h2 
{
	padding: 0;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:11px;
	font-weight:normal;
}
.image_thumb ul li .block 
{
	width: 200px;
	padding: 0;
	margin-left: 5px;
	float: left;
}
.image_thumb ul li p
{
    display: none;
}
