@charset "utf-8";

.project_slideshow {
	margin: 10px 0 10px 0;
}

.project_slideshow .mask {
	width:630px;
	height:350px;
	overflow:hidden;
	float:left;
	background: url(/images/ajax_loader.gif) center center no-repeat;
}

.project_slideshow .photos {
	width:3000px;
	height:1000px;
}

.project_slideshow .photos img {
	border-right:10px solid #FFF;
	display:block;
	float:left;
}

.project_slideshow .navigation {
	float:left;
	margin:0 0 0 15px;
	width:50px;
}

.prev_button {
	background:url(/images/slideshow/btn_previous.gif);
	width:24px;
	height:20px;
	float:left;
	cursor:pointer;
}

.next_button {
	background:url(/images/slideshow/btn_next.gif);
	width:24px;
	height:20px;
	margin:0 0 0 2px;
	float:left;
	cursor:pointer;
}

.thumb_box {
	width:8px;
	height:8px;
	background:#AAA;
	float:left;
	margin:5px 5px 0 0;
	cursor:pointer;
}

.thumb_box.selected {
	background:#FFDD00;
}