/* jquery.slides http://slidesjs.com/ */

.slides {
	width:1200px;
	overflow:hidden;
	display:none;
	margin: 0 auto;
}
.slides a {
	width:1200px;
	height:600px;
	display:block;
}
.pagination {
	position: absolute;
	z-index: 300;
	bottom: 50px;
	left: 115px;
	width: 720px;
}
.pagination li {
	float: left;
	width: 134px;
	height: 134px;
	margin: 0 5px;
}
.pagination li a {
	width: 134px;
	height: 134px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

.pagination li#brand-party a {
	background: url(../images/top_thumb_party.png) no-repeat 0 0;
}
.pagination li#brand-party a:hover, .pagination li#brand-party.current a {
	background: url(../images/top_thumb_party.png) no-repeat 0 -134px;
}
.pagination li#brand-32123 a {
	background: url(../images/top_thumb_32123.png) no-repeat 0 0;
}
.pagination li#brand-32123 a:hover, .pagination li#brand-32123.current a {
	background: url(../images/top_thumb_32123.png) no-repeat 0 -134px;
}
.pagination li#brand-anisa a {
	background: url(../images/top_thumb_anisa.png) no-repeat 0 0;
}
.pagination li#brand-anisa a:hover, .pagination li#brand-anisa.current a {
	background: url(../images/top_thumb_anisa.png) no-repeat 0 -134px;
}
.pagination li#brand-fateer a {
	background: url(../images/top_thumb_fateer.png) no-repeat 0 0;
}
.pagination li#brand-fateer a:hover, .pagination li#brand-fateer.current a {
	background: url(../images/top_thumb_fateer.png) no-repeat 0 -134px;
}
.pagination li#brand-mignon a {
	background: url(../images/top_thumb_mignon.png) no-repeat 0 0;
}
.pagination li#brand-mignon a:hover, .pagination li#brand-mignon.current a {
	background: url(../images/top_thumb_mignon.png) no-repeat 0 -134px;
}

.pagination li a:hover {
}

.pagination li.current a {
}

