
#carousel {
	width:637px;
	height:421px;
}

.containering {
	border:medium none;
	margin:0 auto;
	overflow:hidden;
}

#main {
	height:421px;
	position:relative;
	width:637px;
}

/*--Main Image Preview--*/
.main_image {
	background:#007E77;
	color:#fff;
	float:left;
	height:421px;
	overflow:hidden;
	position:relative;
	width:637px;
}
.main_image h2 {
	font-size:16px;
	font-weight: normal;
	margin: 0 0 5px;	
	padding: 10px;
}
.main_image p {
	padding: 10px;
	color:#fff;
}

.main_image p.heading {
	font-size:16px;
	font-weight: bold;
	margin: 0;	
	padding: 10px;	
}


.block small { 
	padding: 0 0 0 20px; 
	background: url(icon_calendar.gif) no-repeat 0 center; 
	font-size: 1em; 
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}
.main_image .block{ /* transparencija */
	background:#000;
	bottom:0;
	left:0;
	position:absolute;
	width:100%;
	display:none;
}
.main_image a.collapse { /* close dugme */
	background: url(btn_collapse.gif) no-repeat left top;
	height: 27px; width: 93px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 20px; 
}
.main_image a.show {background-position: left bottom;} 
 
#main .image_thumb { /* dugmad */
	background:#000;
	display:block;
	padding:5px;
	position:absolute;
	right:0;
	top:0;
}

.image_thumb a {
	color:#666;
	font-weight:normal;	
	text-decoration:none;
}

.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	display:block;
	float:left;
	padding:5px;
	text-align:center;
	width:15px;
}
.image_thumb ul li.hover {
	background: #444;
	cursor: pointer;
	text-decoration:none;
}
.image_thumb ul li.active {
	background: #fff;
	cursor: default;
}
html .image_thumb ul li h2 {
	font-size: 1.5em; 
	margin: 5px 0; padding: 0;
}
.image_thumb ul li .block {
	float: left; 
	margin-left: 10px;
	padding: 0;
	width: 170px;
}	
.image_thumb ul li p{display: none;}