.photoslider {
	margin:0 auto;
	width:700px;
}
.photoslider_nav {
	position:relative;
	width:100%; height:80px;
	margin:0 auto;
	overflow:hidden;
}
.photoslider_thumbBar {
	display:block;
	position:absolute;
	left:0; top:0;
	margin:0; padding:0;
}
.photoslider_thumb {
	position:relative;
	float:left;
	width:65px; height:65px;
	margin:2px;	padding:2px;
	cursor:pointer;
}
.photoslider_thumb img {
	width:65px; height:65px;
}
.photoslider_clear {
	clear:both;
}
.photoslider_main  {
	position:relative;
}
.photoslider_main img {
	display:block;
	position:relative;
	margin:auto;
}

.photoslider_caption {

	display: none;
	text-align: center;
	font-weight: bold;
}
.photoslider_control {
	display:none;
	width:384px;
	margin:6px auto;
	font-weight:bold;
	text-align:center;
}
.photoslider_play, .photoslider_stop {
	float:left;
	width:35px; height:32px;
	margin:auto; padding:5px;
	text-align:center;
	cursor:pointer;
}
.photoslider_play {	/* Đ */
	background: url(http://tropez-diner.com/img/play_pause.gif) no-repeat 0px 0px;
}
.photoslider_stop {	/* ~ */
	background: url(http://tropez-diner.com/img/stop_pause.gif) no-repeat 0px 0px;
}
