﻿/*----------------------Gallery Component------------------------*/

.picture_gallery_text
{
	background-color: #ebebeb;
	height: 30px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.picture_gallery_container
{
	background-color: #d7d7d7;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	height: 105px;
}


.gal_strip_container
{
	width: 460px;
	height: 60px;
	padding-top: 10px;
}

.clear_link
{
	width: 220px;
	float: left;
	padding-top: 15px;
}

.right_trans_btn
{
	position: relative;
	height: 64px;
	width: 64px;
	bottom: 200px;
	left: 390px;
}

.gal_thumb_container2
{
	height: 60px;
	width: 85px;
	margin-right: 0px;
	display: inline;
	float: left;
}

.gallery_icon
{
	float: left;
	height: 11px;
	width: 12px;
	padding-right: 6px;
	padding-top: 17px;
}

/* Horizontal Carousel */
#horizontal_carousel
{
	float: left;
	width: 460px;
	margin-bottom: 10px;
	position: relative;
}

#horizontal_carousel .container
{
	position: absolute;
	top: 5px;
	left: 44px;
	width: 380px;
	overflow: hidden;
}

#horizontal_carousel .previous_button
{
	position: absolute;
	top: 30px;
	left: 10px;
	width: 26px;
	height: 144px;
	background: url(../images/previous_icon.png) no-repeat;
	z-index: 100;
	cursor: pointer;
}

#horizontal_carousel .previous_button_disabled
{
	background: url(../images/previous_icon_disabled.png) no-repeat;
	cursor: default;
}

#horizontal_carousel .next_button
{
	position: absolute;
	top: 30px;
	right: 10px;
	width: 26px;
	height: 144px;
	background: url(../images/next_icon.png) no-repeat;
	z-index: 100;
	cursor: pointer;
}

#horizontal_carousel .next_button_disabled
{
	background: url(../images/next_icon_disabled.png) no-repeat;
	cursor: default;
}

#horizontal_carousel ul
{
	margin: 0;
	padding: 0;
	width: 100000px;
	position: relative;
	top: 0;
	left: 0;
}

#horizontal_carousel ul li img
{
	border: 1px solid #999999;
	display: block;
	background: #E3EDFA;
}

#horizontal_carousel ul li
{
	font-family: verdana,arial,sans-serif;
	font-size: 10px;
}

#horizontal_carousel ul li
{
	border: 0px solid green;
	color: #E3EDFA;
	margin: 0pt;
	padding: 10px 5px 10px 5px;
	width: 85px;
	list-style: none;
	float: left;
}


/* will be red only in google chrome */
