@charset "utf-8";

/*
=======================================================================
	Gallery Page
=======================================================================
*/
.prod_detail .glry{
	width:255px;
	padding:6px;
	float:left;
	border:#e0e0e0 solid 1px;
	background-image:url(../images/galry_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
.sliderwrapper{
	position: relative;
	overflow: hidden;
	width: 600px;
	height: 252px;
}
.sliderwrapper .contentdiv{
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 600px;
	height: 250px;
	border:#e0e0e0 solid 1px;
}

.pagination{
	width: 600px;
	text-align: left;
	border-bottom:#e7e7e7 solid 1px;
	float:left;
	margin-bottom:10px;
	padding-bottom:10px;
	padding-top:15px;
}

.pagination a{
	border:#e0e0e0 solid 1px;
	float:left;
	margin-right:7px;
}
.pagination a.last{
	margin-right:0px;
}

.pagination a:hover, .pagination a.selected{
	border:#999 solid 1px;
}
.glry p.price{
	width:100%;
	float:left;
	border-top:#e7e7e7 solid 1px;
	border-bottom:#e7e7e7 solid 1px;
	padding:2px 0px;
	margin:3px 0px;
}
.glry p.price span.pricetag{
	float:right;
}
.glry ul.btns{
	float:left;
	list-style:none;
	margin:10px 0px;
	width:100%;
}
.glry ul.btns li{
	float:left;
	margin-right:10px;
}
.glry ul.btns li.right{
	margin-right:0px;
}
/*
=======================================================================
	Buttons
=======================================================================
*/
a.btn {
	height:22px;
	display:inline-block;
	background-image:url(../images/btn_left.gif);
	background-repeat:no-repeat;
	background-position:left;
	color:#911717;
	padding-left:15px;
	text-transform:uppercase;
}
a.btn:hover {
	color:#666;
}
a.btn span{
	height:18px;
	padding-top:4px;
	display:inline-block;
	background-image:url(../images/btn_right.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:15px;
}
/*
