a img{
	border: 0px;	
}

.image
{
	text-align: center;
}

.image .thumbnail img
{
	border: 0;
	margin: 10px;
}

.image .description
{
	font-style: italic;
	font-size: 1.4em;
}

.image .rating
{
	margin: 10px 0 10px 0;
}

.image .options
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.image .options li
{
	display: inline;
	font-size: 0.8em;
	margin: 0 5px 0 5px;
}

/* Navigation menus */
.image .navigation
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.image .navigation li
{
	text-align: center;
}

.image .navigation .previous
{
	float: left;
	padding-left: 20px;
/*	background: url('../img/arrow_left.gif') no-repeat 0 50%;*/
}

.image .navigation .next
{
	float: right;
	padding-right: 20px;
/*	background: url('../img/arrow_right.gif') no-repeat 100% 50%;*/
}

.image .top
{
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
}

.image .bottom
{
	border-top: 1px solid #999;
	margin-top: 20px;
}

