﻿#CarComments
{
	width:653px;
	height:250px;
	position:relative;
	overflow:hidden;
}

#CarCommentScroller
{
	position:absolute;
	width:6012px;
	height:250px;
	padding:0px;
	left:0px;
}

.CarComment
{
	width:653px;
	height:250px;
	float:left;
	display:block;
	overflow:hidden;
}

#CarCommentsHeader
{
	height:33px;
	background-image:url(/Images/MyCarHdr.gif);
	width:655px;
	overflow:hidden;
}

#CarCommentsHolder
{
	width:653px;
	border-left:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
	position:relative;
}

#CarCommentsFooter
{
	height:7px;
	background-image:url(/Images/FormHolderBottomBg.gif);
	width:655px;
	overflow:hidden;
}

.CarCommentImageHolder
{
	width:386px;
	height:250px;
	float:left;
}

.CarCommentImageHolderInner
{
	margin:20px auto 0px auto;
	border:1px solid #dedede;
}

.CarCommentImageHolderInner img
{
	margin:6px 5px;
	display:block;
}


.CarCommentInfoHolder
{
	float:left;
	margin-top:5px;
	width:240px;
	overflow:hidden;
	height:155px;
}

.CarCommentInfoHolder h3
{
	margin-bottom:10px;
}


#PreviousStory
{
	float:left;
	width:135px;
	height:36px;
	background-image:url(/Images/PreviousStory.png);
	cursor:pointer;
	position:absolute;
	bottom:27px;
	right:148px;
}

#NextStory
{
	float:right;
	width:120px;
	height:36px;
	background-image:url(/Images/NextStory.png);
	cursor:pointer;
	position:absolute;
	bottom:27px;
	right:20px;
}