/* Sample 1*/
#box1{
	position:absolute;
}
#box1 span{
	display:block;
	float:left;
}

/* Sample 2*/


/* Sample 3*/
#box3{
	position:absolute;
}
#box3 span{
	display:block;
	float:left;
}

/* Sample 4*/
#box4{
	position:absolute;
}
#box4 div{
	width:480px;
	height:240px;
	float:left;
	background:#eee;
}

#box4 h3, #box4 p, #box4 ul{
	padding:5px 10px;
}
#box4 p{
	text-indent:16px;
}
#box4 img{
	width:200px;
	width:150px;
	float:left;
	margin:0 10px 10px 15px;
}
#info4{
	background:#fff !important;
	color:red !important;
	cursor:default
}

/* Sample 5*/
#box5{
	position:absolute;
	width:240px;
}
#box5 span{
	display:block;
}
#info5{
	bottom:0;
}

/* Sample 6*/
#box6{
	position:absolute;
	width:240px;
}
#box6 span{
	display:block;
}
#handles6_1{
	float:left
}
#handles6_2{
	float:right
}
.mask6{
	position:absolute;
	left:50%;
	margin-left:-120px;
	width:240px;
	height:180px;
	overflow:hidden;
}
.sample6 .buttons{
	clear:both;
	text-align:center;
}

/* Sample 7*/
#box7{
	position:absolute;
}
#box7 span{
	display:block;
	float:left;
}

#thumbs7{
	position:relative;
	width:486px;
	clear:both;
	height:41px;
	overflow:hidden;
	margin-top:200px;
}
#thumbs7 .thumbs, #thumbs_handles7, #thumbs_mask7{
	position:absolute;
	top:0;
	width:100%;
	height:41px;
}
#thumbs7 .thumbs div, #thumbs_handles7 span{
	display:block;
	width:60px;
	height:41px;
	margin:0;
	float:left;
	cursor:pointer;
}
#thumbs7 .thumbs div img{
	width:54px;
	float:right;
}
#thumbs_handles7 span{
	background:url(../../../../wp-content/themes/parkerWhite/noob/thumb_invisible.gif) no-repeat;
}
#thumbs_mask7{
	width:1200px;
	background:url(../../../../wp-content/themes/parkerWhite/noob/thumbs_mask.gif) no-repeat center top;
}

/* Sample 8*/
#box8{
	position:absolute;
}
#box8 div{
	width:480px;
	float:left;
}
#box8 .buttons{
	text-align:left
}
#box8 .next{
	float:right
}
.sample8 .buttons{
	text-align:center;
	clear:both;
}
.sample8 .mask1{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

/* ********************************** */

.thumbs{
	width:54px;
}
.thumbs div{
	display:block;
	width:54px;
	height:41px;
	margin:3px 0;
	cursor:pointer;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none
}

.info{
	width:240px;
	height:50px;
	background:#000;
	position:absolute;
}
.info p, .info h4{
	color:#fff;
	padding:3px 8px;
	font-family:Arial;
}
.info h4{
	font-size:14px;
}
.info h4 a{
	float:right;
	background:#fff;
	color:#000;
	font-size:10px;
	padding:0 3px;
	text-decoration:none
}

.mask1{
	position:relative;
	width:480px;
	height:180px;
	overflow:hidden;
}

.mask3{
	position:relative;
	width:480px;
	height:240px;
	overflow:hidden;
}




/** Part of a good design **/


/** Simple **/
	#gallerySimpleBox{
		position:absolute;
	}
	#gallerySimpleBox span{
		display:block;
		float:left;
	}
	
	.gallerySimple{
		position:relative;
		width:563px;
		height:360px;
		overflow:hidden;
	}
	
/** Split **/
	#gallerySplitBox{
		position:absolute;
		height: 350px;
	}
	#gallerySplitBox span{
		display:block;
		float:left;
		height: 350px;
		width:930px;
	}
	
	#gallerySplitBox span .SplitLeft{
		width: 620px;
		height:  350px;
		float: left;
		display: block;
	}
	#gallerySplitBox span .SplitRight{
		width: 288px;
		height:  350px;
		float: right;
		display: block;
	}
	
	.gallerySplit{
		position:relative;
		width:930px;
		height:350px;
		overflow:hidden;
	}
	
	.gallerySplit .buttons{
		position:absolute;
		top: 6px;
		right: 6px;
		width: 20px;
		background: none;
	}
	.gallerySplit .buttons span{
		font-weight:bold;
		cursor:pointer;
		text-align:center;
		padding:1px 5px;
		border:1px solid #cfd0d0;
		margin-bottom:2px;
		color:#0182b4;	
	}
	.gallerySplit .buttons span.active{
		border: 1px solid #cfd0d0;
		background-color:#ececec;	
	}

/** Logo **/
	#galleryLogoBox{
		position:absolute;
	}
	#galleryLogoBox span{
		display:block;
		float:left;
	}
	
	.galleryLogo{
		position:relative;
		width:563px;
		height:460px;
		overflow:hidden;
	}

	.galleryLogo h5{margin-top:20px;}
	
/** Multi **/
	.group-thumbs{
		width: 563px;
		margin-bottom: 10px;
	}
	
	.thumb-group{
		width: 181px;
		height: 81px;
		margin-bottom: 10px;
	}
	.thumb-group a{
		width: 181px;
		height: 81px;
		display: block;
	}
	.thumb-left{float:left;}
	.thumb-center{float:left;margin-left: 10px;}
	.thumb-right{float:right;}

	#galleryMultiBox{
		position:absolute;
	}
	#galleryMultiBox span{
		display:block;
		float:left;
	}
	
	.galleryMulti{
		position:relative;
		width:563px;
		height:360px;
		overflow:hidden;
	}
	
	.info-group{margin-top:20px;}
	

span img{
	display:block;
	border:none;
	width:563px;
	float: left;
}

span span.description{
	width:563px;
}


/** Navigation **/

.buttons_logo{
	position: absolute;
	top: 365px;
	right: 0;
	width: 563px;
	height: 20px;
	z-index: 9999px;
}

.buttons{
	color: #0182B4;
	position: relative;
	background: #f2f2f2;
}

.nav_buttons{
	position: absolute;
	top: 0;
	right: 0;
}

.buttons span{
	display: block;
	float: left;
}

.buttons span.next{
	width: 10px;
	background: url(../images/next.gif) no-repeat 100% 50%;
	margin-left: 4px;
}
.buttons span.prev{
	width: 10px;
	background: url(../images/previous.gif) no-repeat 0% 50%;
	margin-right: 4px;
}

.buttons span.next a, .buttons span.prev a{
	display:  block;
	width: 10px;
}

