#rightcolumn {
	width:624px;
}
/**Gallery**/
/*Remove toolbar class in gallery*/
div#gallery-image div.views-admin-links ul,
div#gallery-image div.views-admin-links ul li {
	height: auto;
	width: auto;
}

.carousel-wrapper,
#view-id-gallery-image-carouselcode div.views-field-field-image-fid {
}
#view-id-gallery-image-carouselcode img {
	border: 2px #D5D9D8;
	border-style:solid;
	border-bottom-style:outset
}
#view-id-gallery-image-carouselcode {
	width:612px;
	background:url(images/bg_gallery.jpg) no-repeat;
	height:229px;
	margin: auto;
}

#view-id-gallery-image-carouselcode div.jcarousel-prev {
	float:left;
	width:16px;
	height:39px;
	background:url(images/carousel-button-left.png) no-repeat;
	margin-top:25px;
	display:block;
	cursor:pointer;
	text-indent:-99999px;
	overflow:hidden;
}

#view-id-gallery-image-carouselcode div.jcarousel-next {
	float:right;
	width:12px;
	height:39px;
	background:url(images/carousel-button-right.png) no-repeat;
	margin-top:25px;
	display:block;
	cursor:pointer;
	text-indent:-99999px;
	overflow:hidden;
}

#view-id-gallery-image-carouselcode  .jcarousel-clip-horizontal {
	width:584px;
	float:left;
	overflow:hidden;
	margin: auto;
	padding: 0px;
	display:inline;
}

#view-id-gallery-image-carouselcode ul {
	height: 229px;
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	margin: 0 0 10px 0;
	padding: 0px;
	position:relative;
}
#view-id-gallery-image-carouselcode ul li {
	width:149px;
	height: 205px;	
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	background: none;
	margin: 0px;
	padding: 0px;
	float:left;
	display:inline;
	position:relative;
	cursor: pointer;
	overflow: none;
}
span.node-hide-body {
	display: none;
}
div.panel-separator {
	clear: both;
}

/*Control*/

div.view-gallery-image-full {
	height: 367px;
	overflow: hidden;
	width: 611px;
	margin: auto;
}

/*Gallery*/
div.view-gallery-image-body {
	margin: auto;
	width: 611px;
	height: 60px;
	overflow: hidden;
}
.view-gallery-image-thumb div.view-header {
	display: block;
}
.view-gallery-image-thumb div.view-header div#header-gallery-image-fullimage,
div#header-gallery-image-fullimage {
	width: 624px;
	height: 381px;
	display: block;
	background: url(images/gallery_thumbimage.jpg) no-repeat;
	text-align: center;
	padding-top: 7px;
}
#gallery-image div.views-field-title,
#gallery-image div.views-field-field-intro-value{
	width: 80%;
}
div.view-footer {
	display: block;
	margin-top: 10x;
	position: relative;
	top: 15px;
}
div.view-footer h2 {
	padding-left: 8px;
}
div.view-footer div#header-gallery-image-fullcontent {
	width: 97%;
	margin: auto;
}

/*remove from here*/
.carousel-wrapper,
.view-gallery-image-thumb .item-list {
	width:612px;
	background:url(images/bg_gallery.jpg) no-repeat;
	height:229px;
	margin:17px 0 10px 0;
	overflow:hidden;
	padding-left:5px;
}

.view-gallery-image-thumb .item-list .carousel-wrap,
.carousel-wrapper .carousel-wrap {
	width:584px;
	float:left;
	overflow:hidden;
	margin-right:0px;
	display:inline;
}


.view-gallery-image-thumb .item-list span.carousel-previous,
.carousel-wrapper span.carousel-previous {
	float:left;
	width:16px;
	height:39px;
	background:url(images/carousel-button-left.png) no-repeat;
	margin-top:48px;
	display:block;
	cursor:pointer;
	text-indent:-99999px;
	overflow:hidden;
}

.view-gallery-image-thumb .item-list span.carousel-next,
.carousel-wrapper span.carousel-next {
	float:left;
	width:12px;
	height:39px;
	background:url(images/carousel-button-right.png) no-repeat;
	margin-top:48px;
	display:block;
	cursor:pointer;
	text-indent:-99999px;
	overflow:hidden;
}

.view-gallery-image-thumb .item-list ul, 
.carousel-wrapper ul, 
.view-gallery-image-thumb .item-list ul li,
.carousel-wrapper ul li {
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	overflow:hidden;
}

.view-gallery-image-thumb .item-list ul li,
.carousel-wrapper ul li {
	float:left;
	padding-right:20px;
	display:inline;
	position:relative;
	width:145px;
	height: 210px;
}

.view-gallery-image-thumb .item-list ul li .content,
.carousel-wrapper ul li .content {
	background:#fff;
	width:145px;
}


.view-gallery-image-thumb .item-list h3,
.carousel-wrapper h3 {
	color:#212e84;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	margin-bottom:5px;
}

.view-gallery-image-thumb .item-list p,
.carousel-wrapper p {
	font-family:"Lucida Sans Unicode";
	font-size:12px;
	color:#000;
	margin-bottom:3px;
	line-height:normal;
}

