/* @override 
	http://signboard40.local/css/styles2012.css */

.topjunespro {
	width: 760px;
	height: 270px;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
}

.topjunespro h3 {
	height: 62px;
	text-indent: -9000px;
	background: url(../img/sb2012/jpro_head.png) no-repeat;
	margin-bottom: 5px;;
}

#jpro_holder {
	width: 3000px;
	height: 175px;
	position: relative;
	left: 0px;
	top: 0px;
}
#jpro_holder .item {
	float: left;
	margin-right: 5px;
	width: 140px;
	height: 171px;;
	position: relative;
	background: url(../img/sb2012/top_jpro_frame.png) no-repeat;
}
#jpro_holder .item img {
	position: absolute;
	top: 5px;
	left: 5px;
}

#jpro_holder .personlink {
	display: block;
	position: absolute;
	z-index: 10;
	width: 140px;
	height: 171px;
	text-indent: -9000px;
	background: url(/img/blank.gif);
}

#jpro_navprev,
#jpro_navnext {
	width: 27px;
	height: 163px;
	position: absolute;
	z-index: 2;
	top: 70px;
	text-indent: -9000px;
	overflow: hidden;
	background: url(../img/sb2012/top_jpro_arrows.png) no-repeat;
}

#jpro_navprev {
	left: 0;
	z-index: 20;
	background-position: -81px 0px;
}
#jpro_navprev:hover {
	background-position: -54px 0px;
}
#jpro_navnext {
	right: 0;
	z-index: 20;
	background-position: 0px 0px;	
}
#jpro_navnext:hover {
	background-position: -27px 0px;
}

#jpro_holder .item .name {
	width: 140px;
	height: 38px;
	position: absolute;
	left: 0;
	top: 130px;
}

#jpro_holder .item b {
	display: block;
	text-align: center;
	font-weight: bold;
	color: #000;
	position: absolute;
	font-size: 12px;
	left: 0px;
	top: 10px;
	width: 138px;
}
#jpro_holder .item i {
	display: block;
	text-align: center;
	font-size: 10px;
	color: #333;
	position: absolute;
	width: 138px;
	bottom: 0px;
}

#jpro_nav_dots {
	width: 760px;
	margin: 0 auto;
}
#jpro_nav_dots span {
	display: block;
	float: left;
	width: 12px;
	height: 6px;
	margin: 0px 0px;
	background: #eee;
	border-right: 1px solid #fff;
	cursor: pointer;
}
#jpro_nav_dots span.selected {
	background-color: #f74e0f;
}
#jpro_nav_dots span.hover {
	background-color: #aaa;
}
#jpro_nav_dots span.selected.hover {
	background-color: #a93105;
}

.jpro_tolist {
	display: block;
	clear: both;
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #fb2402;
}
.jpro_tolist:hover {
	color: #a61c02;
}



#photobook {
	width: 752px;
	height: 732px;
	position: relative;
	margin: auto;
	overflow: hidden;
}
#photobook .bg_holder {
	width: 726px;
	height: 665px;
	background: url(../img/sb2012/photobook/basebg.png) no-repeat;
	position: absolute;
	left: 13px;
	top: 55px;
}


#photobook .photo_nav {
	position: absolute;
	left: 13px;
	top: 255px;
	width: 726px;
	height: 139px;
	overflow: hidden;
}
#photobook .photo_nav a {
	display: block;
	width: 66px;
	height: 139px;
	background: url(../img/sb2012/photobook/photobook_buts.png) no-repeat;
	overflow: hidden;
	position: absolute;
	top: 0;
	text-indent: -9000px;
}
#photobook .photo_nav a#prev_photo {
	left: 0px;
	background-position: 0px -139px;
}
#photobook .photo_nav a#prev_photo:hover {
	background-position: -66px -139px;
}
#photobook .photo_nav a#next_photo {
	right: 0px;
	background-position: 0px 0px;
}
#photobook .photo_nav a#next_photo:hover {
	background-position: -66px 0px;
}

#photobook .frame {
	width: 752px;
	height: 732px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/sb2012/photobook/frame.png) no-repeat;
}

#photobook .page_nav {
	position: absolute;
	height: 75px;
	bottom: 25px;
	width: 362px;
	left: 198px;
}
#photobook #prev_page,
#photobook #next_page {
	width: 20px;
	height: 75px;
	display: block;
	position: absolute;
	top: 0;
	background: url(../img/sb2012/photobook/pagenavbuts.png);
	text-indent: -9000px;
	z-index: 10;
	outline: none;
}
#photobook #prev_page {
	left: 0;
	background-position: 0px 0px;
}
#photobook #prev_page:hover {
	background-position: 0px -75px;
}
#photobook #prev_page.disabled {
	background-position: 0px -150px;
	cursor: pointer;
}
#photobook #next_page {
	right: 0px;
	background-position: -20px 0px;
}
#photobook #next_page:hover {
	background-position: -20px -75px;
}
#photobook #next_page.disabled {
	background-position: -20px -150px;
	cursor: pointer;
}

#photobook .thumbs_holder {
	width: 308px;
	height: 75px;
	position: absolute;
	left: 27px;
	overflow: hidden;
}

#photobook #thumbs {
	width: 2000px;
	position: absolute;
	left: 0px;
}
#photobook #thumbs img {
	display: block;
	float: left;
	margin-right: 7px;
	cursor: pointer;
}

#photobook #thumb_frame {
	width: 50px;
	height: 69px;
	border: 3px solid #F56A1E;
	position: absolute;
	z-index: 9;
	background: url(/img/blank.gif);
}



#photobook #photos_holder {
	position: absolute;
	top: 85px;
	left: 13px;
	height: 496px;
	width: 726px;
	overflow: hidden;
}

#photobook .item {
	width: 389px;
	height: 496px;
	position: absolute;
	top: 0;
}
#photobook .item .backframe {
	width: 389px;
	height: 496px;
	position: absolute;
	left: 0;
	top: 0;
	/*background: url(../img/sb2012/photobook/photobg.png);*/
}
#photobook .item img {
	position: absolute;
	left: 18px;
	top: 15px;
	width: 351px;
	height: 468px;
}
