﻿/*
Author : Onextrapixel
URL: http://www.onextrapixel.com
*/

/************************************************
	      JCAROUSEL LITE		
************************************************/
#list {width:700px; margin:auto; padding: 0px}

.slider {
	float:left;
	left: -5000px; 
	margin:15px; 
	position:relative; 
	visibility:hidden;	
}
	
.slider ul {
	width:600px; 
}

.slider ul li {
	padding:0px;
}

.slider ul li img {
	cursor:pointer;
	height:200px; 
	/*width:400px;*/
	padding:0px;
	margin: 4px;
}
.longImage {
	cursor:pointer;
	height:200px; 
	width:400px;
	padding:0px;
	margin: 4px;
}

.prev {
	cursor:pointer;
	padding-top: 100px;
	float:left;
}

.next {
	cursor:pointer; 
	padding-top: 100px;
	float:right; 
}

/************************************************
	      CAPTIFY CAPTION		
************************************************/
.caption-bottom {
	background: #000000;
	color: orange; 
	padding:20px 0px !important; 
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

.caption-bottom {
	border-width:0px;
}

.caption a, .caption a {
	background:#000;
	border:none; 
	text-decoration:none;  
}

.caption a:hover, .caption a:hover {
	background:#202020;
	text-decoration:none;
}

