#image-selector-gallery {
	width: 800px;
	height: 98px;
	background-color: #784B85;
	float: left;
}
#is-txt {
	width: 355px;
	height: 30px;
	border: none;
	background-color: #784B85;
	color: #fff;
	font-size: 0.8em;
	line-height: 30px;
	margin: 10px 0 0 30px;
	padding: 0;
}

#is-img {
	width: 755px;
	height: 61px;
	border: none;
	margin: 0 0 0 30px;
	padding: 0;

}
#is-img-inner{
	width: 1300px;
	heigth: 290px;

}
#mainimg{

}
#is-img-tall {
	width: 355px;
	height: 122px;
	height: 61px;
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

#is-img img {
	border: 1px solid #fff;
	margin: 0 6px 0 0;
	padding: 1px;
}

#is-img-tall img {
	border: 1px solid #fff;
	margin: 0 6px 6px 0;
	padding: 1px;
}



.hoverbox
{
	cursor: default;
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -10px;
	left: -19px;
	z-index: 1;
}

.hoverbox img
{
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 72px;
	height: 38px;
}

.hoverbox li
{
	color: inherit;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 110px;
	height: 59px;
}

#gallerymain{
	float: left;
	width: 385px;
	height: 320px;
	margin: 10px;
}
.galleryadvent{
	float: left;
	width: 112px;
	padding-top: 5px;
	margin: 5px;
	text-align: center;
}

	.galleryadvent img {
		border: 1px solid #000000;
	}

.galleryadventtext{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.galleryadventtext a{
	color: #000;
}

.weddinggallery{
	margin-left: 20px;
	margin-top: 20px;
}
.galleryright{
	float: right;
	width: 380px;

}
.GalleryEventName{
	margin-left: 10px;
	margin-top: 20px;
}

#brokscroll {
	clear: both;
	float: left;
	width: 748px;
	height: 68px;
	overflow: hidden;
}

img.scrollprod {
	width: 72px;
	height: 38px;
	border: 1px solid #ccc;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 8px;
}

div.scrollprod2 {
	float: left;
	width: 135px;
	border: 0px;
	margin-bottom: 8px;
	text-align: center;
	line-height: 14px;
	margin-bottom: 10px;
}

div.scrollprod2 img { border: 0px; margin-bottom: 4px; }
div.scrollprod2 a:link, div.scrollprod2 a:visited { color: #666; text-decoration: none; }
div.scrollprod2 a:hover { color: #A0143B; text-decoration: underline; }

#goleft {
	float: left;
	width: 22px;

}

#ccasecontain {
	float: left;
	width: 695px;
	height: 90px;
	overflow: hidden;
}


#goright {
	float: right;
	width: 21px;
	text-align: right;
}

#goup {
	width: 22px;
	margin-left: 200px;
}

#ccasecontainup {
	float: left;
	width: 540px;
}
#godown {
	clear: both;
	width: 21px;
	margin-left: 200px;
}
#scrleft{
	width:16px;
	background-image: url(images/leftarrow.gif);
	background-position: left middle;
	background-repeat: no-repeat;
}
#scrright{
	width:16px;
	background-image: url(images/rightarrow.gif);
	background-position: left middle;
	background-repeat: no-repeat;

}
	#gallerycontent {
		margin: 0 5px;
	}

		#gallerycontent div {
			float: left;
			width: 100px;
			height: 100px;
			text-align: center;
			margin: 6px;
		}

	#imageview {

	}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.2.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.2
 * @date October 4, 2007
 * @category jQuery plugin
 * @copyright (c) 2007 Leandro Vieira Pinho (leandrovieira.com)
 * @example Visit http://leadrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	background: transparent url(/images/lightbox-blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-nav-btnPrev:hover, #lightbox-nav-btnPrev:visited:hover { background: url(/images/lightbox-btn-prev.gif) left 15% no-repeat; }
#lightbox-nav-btnNext:hover, #lightbox-nav-btnNext:visited:hover { background: url(/images/lightbox-btn-next.gif) right 15% no-repeat; }
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}