
/* SLIDER ---------------------------------- */

#slider1 {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	height: 300px;
	/*background-color:#000*/
}

#slider1 li {
	padding: 0;
	margin: 0;
	zoom:1;
}

#slider1 li h4 span {
	color: #AF791E;
	font-size:22px;

}
#slider1 li img {
	margin: 6px;
	width:285px; 
	height:150px;

}

#slider1 li td {
	vertical-align:top;
}

#slider1 li table {
	background-position:top left;
	background-repeat:no no-repeat;
}

#slider1 li td.showlogo {
	width:285px;
}

#slider1 li td.buffer {
	width:175px;
}

#slider1 li td p.gallery {
	font-size:1.0em;
	position:relative;
	bottom:25px;
	color:#f8e7c9;
}

h4 {
	padding: 0;
	font-family: Arial, Helvetica,sans-serif;
	font-size:12px;
	font-weight: bold;
	vertical-align: bottom;
	color: #06F;
	text-align: left;
	width: 100%;
	/*position:relative;
	bottom:15px;*/
}

#slider1 img,
#slider2 img {
	float: left;
	margin-right: 36px;
	/*border: solid #666 1px;*/
}

#slider1 a {
	color:#a3c6e7;
	text-decoration:underline;
}

/* OPTIONS ---------------------------------- */

#options {
	display: none;
}

#options pre {
	font-size: 12px;
}

#show-options {
	//background: url(../images/icon_arrow.png) no-repeat 0 135%;
	padding-left: 14px;
}

#show-options.open {
	background-position: 0 -56%;
}

#changelog span {
	display:block;
	color:#777;
}

/* EXAMPLE ---------------------------------- */

#example h2 {
	margin-bottom:25px;
	/*border-bottom:dotted 3px #999;*/
}

#example h3 {
	font-size:24px;
}

#example h3 span {
	font-size:16px;
	color:#999;
}

#example h4 {
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 5px;
}

#example .multiple li {
	width: 240px;
}

#example .images li {
	width: 221px;
}

#example .images img {
	float: none;
}

#example .custom {
	margin-top: 30px;
	border: dotted #999 1px;
	padding: 15px;
}

#example .custom #my-pager a,
#example .custom #my-start-stop a {
	margin-right: 12px;
	font-size: 32px;
}

#example .ticker li {
	width: 500px;
}

#example .controls a {
	font-size: 24px;
}

#example .show {
	border-bottom: dotted #999 1px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

#example .thumbs {
	text-align: center;
	padding-top: 30px;
}

#example .thumbs a {
	margin-right: 10px;
}

#example .thumbs img,
#example .bx-pager img {
	border: solid #666 1px;
}

#example .thumbs .pager-active img {
	border: solid #e800da 1px;
}

.custom-pager #example .bx-pager a {
	background: none;
}

.custom-pager #example .bx-pager .pager-active img,
.custom-pager #example .bx-pager a:hover img {
	border: solid #e800da 1px;
}

#callback-wrapper {
	text-align: center;
	border: dotted #999 1px;
	background: greenyellow;
	margin-top: 24px;
	font-size: 26px;
	padding: 20px 0 0;
	display: none;
}

#callback-wrapper p {
	/*padding: 0;
	margin: 20px 0;*/
}

table.bxslider	{
	/*border:1px solid #ff0000;*/
	width:955px;
	height:300px;
	position:relative;
	bottom:1px;	
	left:6px;	
}








