/***************************************************************\
| Time                                                          |
| Trafficker               slider-styles.js                     |
| .com                                                          |
|***************************************************************|
|                                                               |
|        This file contains styles used in the image            |
|        slider / carousel used in the page headers.            |
|                                                               |
|***************************************************************|
|            Copyright (c) 2010 Time Trafficker.com             |
\***************************************************************/

.image-slider {
	width: 900px;
	height: 450px;
	margin-top: -20px;
	margin-left: 5px;
	padding: 0;
	border: 2px solid #e7e7e7;
	margin-bottom: 25px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.image-slider .slides {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.image-slider .slide {
	position: relative;
	top: 0;
	left: 0;
	width: 900px;
	height: 450px;
	padding: 0;
	margin: 0;
	// border: 2px solid #cccccc;
	display: none;
}

.image-slider .slide img {
	top: -25px;
}

/***************************************************************\
|                        slider caption bar                     |
\***************************************************************/

.image-slider .caption-bar {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: rgba(21, 32, 64, .75);
	height: 75px;
}

/***************************************************************\
|                       slider title styles                     |
\***************************************************************/

.image-slider .slide .title {

	/* font */
	font-family: "Open Sans Condensed Bold", "Arial Narrow", Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	
	/* position */
	position: absolute;
	bottom: 30px;
	left: 250px;
	
	/* appearence */
	color: #ff6600;
	opacity: 0;
	filter: alpha(opacity:0);
	z-index: 1;
}

.image-slider .slide .subtitle {

	/* font */
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	
	/* position */
	position: absolute;
	bottom: 15px;
	left: -250px;
	
	/* appearence */
	color: white;
	opacity: 0;
	filter: alpha(opacity:0);
	z-index: 1;
}

.image-slider .slide .caption {

	/* font */
	font-family: "Open Sans Condensed Bold", "Arial Narrow", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	
	/* position */
	position: absolute;
	bottom: -100px;
	right: 0;
	margin-top: -18px;
	margin-right: 20px;
	
	/* appearance */
	color: #ff6600;
	background: #333333;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	border: 2px solid #666666; 
	border-radius: 20px;
	opacity: 0;
	filter: alpha(opacity:0);
	z-index: 1;
}

.image-slider .slide .note {

	/* font */
	font-family: "Open Sans Condensed Bold", "Arial Narrow", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	
	/* position */
	position: relative;
	top: 325px;
	left: 25px;
	width: 65px;
	height: 50px;
	text-align: center;
	
	/* appearance */
	color: #ff6600;
	background: #333333;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	border: 2px solid #666666; 
	border-radius: 50px;
	opacity: 0;
	filter: alpha(opacity:0);
}

.image-slider .slide .splash {

	/* font */
	font-family: "Open Sans Condensed Bold", "Arial Narrow", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	
	/* position */
	position: relative;
	top: 300px;
	left: 25px;
	width: 80px;
	height: 60px;
	text-align: center;
	padding: 20px;
	padding-top: 40px;
	line-height: 20px;
	
	/* appearance */
	color: black;
	background: transparent url("../images/gold-star.png") no-repeat;
	opacity: 0;
	filter: alpha(opacity:0);
}

.image-slider .slide .splash h1 {
	font-size: 30px;
	color: black;
}

/***************************************************************\
|                       slider button styles                    |
\***************************************************************/

.slider-buttons {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 15px;
	float: right;
}

.slider-buttons .button {
	width: 20px;
	height: 20px;
	color: white;
	background: #4060c0;
	margin: 0 5px 0 0;
	border: 2px solid white;
	border-radius: 15px;
	float: left;
}

.slider-buttons .button .label {
	font-size: 14px;
	font-weight: bold;
	color: white;
	position: relative;
	top: 3px;
	width: 20px;
	text-align: center;
}

.slider-buttons .button:hover {
	background-color: #ff6600;
}

.slider-buttons .button.selected, .slider-button .button:active {
	background-color: #ff6600;
}

.slider-buttons .button.selected .label {
	color: white;
}

.slider-buttons .caption {

	/* font */
	font-family: "Open Sans Condensed Bold", "Arial Narrow", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	
	/* position */
	display: inline;
	position: relative;
	top: 5px;
	margin-right: 10px;

	/* appearance */
	color: #ff6600;
	background: #333333;
	padding-left: 10px;
	padding-right: 10px;
	border: 2px solid #666666; 
	border-radius: 5px;
}

/***************************************************************\
|                            nav buttons                        |
\***************************************************************/ 

.slider-nav {
	padding: 10px;
	border: 2px solid #e7e7e7;
	background-color: rgba(21, 32, 64, .75);
}

.slider-nav:hover {
	background: rgba(127, 127, 127, 0.5);
}

.slider-nav:active {
	color: black;
	background: #ff6600;
}

.slider-nav label {
	font-family: "Open Sans Condensed Bold", "Arial Narrow", Arial, sans-serif;
	font-size: 16px;
	color: #ff6600;
	font-weight: bold;
	cursor: pointer;
}

.slider-nav:active label {
	color: black;
}

/***************************************************************\
|                            prev button                        |
\***************************************************************/ 

.slider-nav.prev label {
	padding-top: 30px;
	background: url(../images/buttons/prev-button.png) no-repeat;
	background-position: 0px 0px;
}

.slider-nav.prev {
	position: absolute;
	top: 50%;
	margin-top: -35px;
	left: 0px;
	padding-top: 35px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

/***************************************************************\
|                            next button                        |
\***************************************************************/ 

.slider-nav.next label {
	padding-top: 30px;
	background: url(../images/buttons/next-button.png) no-repeat;
	background-position: 0px 0px;
}

.slider-nav.next {
	position: absolute;
	top: 50%;
	margin-top: -35px;
	right: 0px;
	padding-top: 35px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}