.carousel_2_container
{
	position: relative;
	
	width: 1002px;
	height: 285px;
	background: #ffffff;
	
	margin-bottom: 6px;
}
.carousel_2
{
	position: relative;
	top: 0px;
	left: 17px;
	
	overflow: hidden;
	width: 968px;
	height: 284px;
}
.carousel_2_border
{
	position: absolute;
	top: 0px;
	left: 17px;
	width: 968px;
	height: 1px;
}
.carousel_2_back_button
{
	position: absolute;
	top: 0px;
	left: 0px;

	width: 17px;
	height: 135px;

	cursor: pointer;
}
.carousel_2_forward_button
{
	position: absolute;
	top: 0px;
	right: 0px;

	width: 17px;
	height: 135px;

	cursor: pointer;
}
.carousel_2_loading_overlay
{
	position: absolute;
	top: 0px;
	left: 17px;
	width: 968px;
	height: 284px;
	
	background-image: url(../../images/transp.gif);
	background-repeat: repeat;
	
	display: none;
}
.carousel_2_loading_icon
{
	position: absolute;
	top: 114px;
	left: 472px;
	width: 16px;
	height: 16px;
}
.carousel_2_items
{
	position: absolute;
	top: 1px;
	left: 0px;
	width: 968px;
	height: 284px;
}
.carousel_2_item
{
	position: absolute;
	top: 0px;
	width: 153px;
	height: 284px; /* note: this has to be set to absolute value, not relative (setting it to 100% woudn't work) */
	
	background-color: #ffffff;
	background-image: url(../../images/item_background.png);
	background-repeat: repeat-x;

	cursor: pointer;
}
.carousel_2_item_play_icon
{
	position: absolute;
	top: 96px;
	left: 122px;
	width: 30px;
	height: 30px;
}
.carousel_2_item_background_over
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 153px;
	height: 284px;

	background-image: url(../../images/carousel_2_item_background_over.png);
	background-repeat: no-repeat;
	
	visibility: hidden;
}
.carousel_2_item_icon
{
	position: absolute;
	width: 35px;
	height: 35px;
	left: 4px;
	top: 3px;
}
.carousel_2_item_header_text
{
	color: #b3b3b3;
	font-family: Tahoma;
	font-size: 11px;
	position: absolute;
	left: 11px;
	top: 15px;
}
.carousel_2_item_rss_icon
{
	position: absolute;
	width: 32px;
	height: 12px;
	left: 109px;
	top: 11px;
}
.carousel_2_item_rss_icon:hover {
	left: 110px;
	top: 12px;
}
.carousel_2_item_image_container
{
	position: absolute;
	width: 137px;
	height: 141px;
/*	border: 1px #757575 solid;	*/
	left: 7px;
	top: 35px;
	background-color: white;
	text-align: center;
	overflow: hidden;
}
.carousel_2_item_image
{
/*	width: 133px;	*/
	height: 137px;
	margin-left: 2px;
	margin-top: 2px;
}
.carousel_2_item_title
{
	position: absolute;
	top: 185px;
	left: 11px;
	
	color: #7691e0;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}
.carousel_2_item_stats_title
{
	position: absolute;
	top: 170px;
	left: 11px;

	color: #c7c7c7; 
	font-family: Tahoma;
	font-size: 11px;
}
.carousel_2_item_stats
{
	position: absolute;
	top: 208px;
	left: 11px;

	color: #848484; 
	font-family: Tahoma;
	font-size: 11px;
}
.carousel_2_item_description
{
	position: absolute;
	top: 190px;
	left: 11px;
	color: #c7c7c7; 
	font-family: Tahoma;
	font-size: 11px;
}
.carousel_2_item_author_title
{
	position: absolute;
	top: 256px;
	left: 11px;

	color: #c7c7c7; 
	font-family: Tahoma;
	font-size: 11px;
}
.carousel_2_item_author
{
	position: absolute;
	top: 256px;
	left: 44px;

	color: #F26522; 
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}
.carousel_2_item_author a:link, .carousel_2_item_author a:visited
{
	color: #7691e0; 
	text-decoration: none;
}
.carousel_2_item_author a:hover
{
	text-decoration: underline;
}
