/* ============================== JS faded-slider END ====================================== */

#carousel {
	width: 679px;
	height: 320px;
	overflow: hidden;
	position:relative;
}

	#carousel ul li div {
		background: url(gallery-box.png) repeat-x 0% 0%;
		width: 360px;
		height: 87px;
		padding: 13px 20px 0 20px;
		overflow: hidden;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	
		#carousel ul li div strong {
			display: block;
			padding: 0 0 5px 0;
			word-spacing: 1px;
			line-height: 30px;
			font-size: 1.833em;
			font-weight: normal;
			color: #48bbf0;
		}
		
		#carousel ul li div p {
			padding: 0 0 0 0 !important;
			line-height: 16px !important;
			font-size: 1em !important;
			color: #2a5284 !important;
		}
		
		#carousel ul li div a {
			background: url(gallery-button.gif) repeat-x 0% 0%;
			float: right;
			height: 27px;
			overflow: hidden;
			margin: 38px 0 0 0;
			padding: 0 11px 0 11px;
			line-height: 24px;
			font-size: 1em;
			font-weight: bold;
			text-decoration: none;
			color: #fff;
			border-top: 1px solid #274a71;
			border-right: 1px solid #192f48;
			border-bottom: 1px solid #14273c;
			border-left: 1px solid #203d5d;
		}
		
			#carousel ul li div a:hover {
				color: #48bbf0;
			}

ul.pagination {
	width: 279px;
	position: absolute;
	top: 0;
	right: 0;
	padding:0px;
}

	ul.pagination li {
		width: 100%;
		height: 100px;
		overflow: hidden;
		vertical-align: top;
	}

		ul.pagination li a {
			background: url(gallery.gif) no-repeat 0% 0%;
			display: block;
			width: 267px;
			height: 88px;
			padding: 6px;

			overflow: hidden;
			text-decoration: none;
		}
		
			ul.pagination li a:hover {
				background-position: 0% -100px;
			}
			
				ul.pagination li.current a {
					background-position: 0% -100px;
				}
				
		ul.pagination li a img {
			float: left;
		}
		
			ul.pagination li a strong {
				background: url(gallery-title.gif) repeat-x 0% 0%;
				display: block;
				height: 29px;
				overflow: hidden;
				padding: 0 0 0 10px;
				line-height: 28px;
				font-size: 1em;
				color: #fff;
				cursor: pointer;
			}
			
				ul.pagination li a:hover strong {
					background: none;
					color: #a0dcf9;
				}
			
				ul.pagination li.current a strong {
					background: none;
					color: #a0dcf9;
				}
			
			ul.pagination li a b {
				display: block;
				padding: 5px 30px 0 10px;
				overflow: hidden;
				line-height: 18px;
				font-size: 1em;
				font-weight: normal;
				color: #2c568a;
				cursor: pointer;
			}
			
				ul.pagination li a:hover b {
					color: #f9f9f9;
				}
			
				ul.pagination li.current a b {
					color: #f9f9f9;
				}

/* ============================== JS faded-slider END ====================================== */