/**
 * Copyright (c) 2006-2007, Bill W. Scott
 * All rights reserved.
 *
 * This work is licensed under the Creative Commons Attribution 2.5 License. To view a copy 
 * of this license, visit http://creativecommons.org/licenses/by/2.5/ or send a letter to 
 * Creative Commons, 543 Howard Street, 5th Floor, San Francisco, California, 94105, USA.
 *
 * This work was created by Bill Scott (billwscott.com, looksgoodworkswell.com).
 * 
 * The only attribution I require is to keep this notice of copyright & license 
 * in this original source file.
 *
 * Version 0.6.1 - 07.08.2007
 *
 */

/**
 * Standard Configuration. It is advised that this section NOT be modified as the
 * carousel.js expects the behavior outlined below.
 **/
.carousel-component { 
	position:relative;
	overflow:hidden;   /* causes the clipping */
	display:none; /* component turns it on when first item is rendered */
	
}
				
.carousel-component ul.carousel-list { 
	width:10000000px;
	position:relative;
	z-index:1; 
}

.carousel-component .carousel-list li { 
	width:160px;
	float:left;
	list-style:none;
	overflow:hidden;
	
    
}

/**
 * VERTICAL CAROUSEL DEFAULTS
 **/
.carousel-component .carousel-vertical li { 
	margin-bottom:0px;

	/* Fix for extra spacing in IE */
	float:left;
    clear:left;  
	
	/* Force the LI to respect the HEIGHT specified */
	overflow:hidden;
	display:block;
}

/* For vertical carousel, not set, width defaults to auto */
/* Note if you explicitly set width to auto, this might cause */
/* problems with Safari... as in up/down button not working in some examples. */	 
.carousel-component ul.carousel-vertical {
/*	width:auto;*/
}

.carousel-component .carousel-clip-region { 
	overflow:hidden; /* Secret to the clipping */
	margin:0px auto;
	position:relative; 
}

/**
 * ==============================================================================
 * Safe to override. It is safe to override background, padding, margin, color,
 * text alignment, fonts, etc. Define a separate CSS file and override your style
 * preferences.
 **/

.carousel-jos { 
	width: 100% !important;
	position: relative;
	margin: 10px 0px;
}

#carousel-banica {
	position: relative;
}

.carousel-player {
	position: absolute;
	top: 50px;
	right: 8px;
}

.carousel-jos .left-button-image,
#carousel-banica .left-button-image {
	height:38px;
	left:0px;
	margin-top:-36px;
	position:absolute;
	top:50%;
	width:25px;
	cursor:pointer;
}

.carousel-jos .right-button-image,
#carousel-banica .right-button-image {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -36px;
	width: 25px;
	height: 38px;
	cursor:pointer;
}

.carousel-jos .carousel-list li { 
	/*width: 126px;*/
	height: 120px;
	margin-right: 5px;
	overflow: hidden;
}

#carousel-banica .carousel-list li {
	width: 200px;
	height: 250px;
}

.carousel-player .carousel-list li {
	width: 152px;
	
	overflow: hidden;
	font-size: 13px;
	color: white;
	line-height: 11px;
}

.carousel-player .carousel-list li span.poza, .carousel-list li div span.poza2, .carousel-list li div div span.poza2  {
	display: block;
	clear: both;
	width: 152px;
	height: 90px;
	overflow: hidden;
	position: relative;
}

.carousel-player .carousel-list li span.poza img, .small_video_box img {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 4px solid white;
	width: 144px;
	height: 82px;
}

.small_video_box2 img{
	border: 	4px solid white;
	width: 		144px;
	height: 	82px;
}



#carousel-banica .carousel-list li span.item {
	display: block;
	float: left;
	width: 124px;
	height: 117px;
	margin-right: 13px;
	margin-bottom: 5px;
	overflow: hidden;
	font-size: 12px;
}



#carousel-banica .carousel-list li span.item .poza,
.carousel-jos .carousel-list li .poza {
	display: block;
	clear: both;
	/*width: 124px;*/
	height: 87px;
	overflow: hidden;
	position: relative;
}

#carousel-banica .carousel-list li span.item .poza img,
.carousel-jos .carousel-list li .poza img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 144px;
	height: 82px;
}

#carousel-banica .carousel-list li span.item .poza .rating,
.carousel-jos .carousel-list li .poza .rating,
.carousel-player .carousel-list li span.poza .rating {
	position: absolute;
	bottom: 5px;
	_bottom: -5px;
	left: 5px;
	z-index: 1;
	text-shadow: 0px 1px 0px #000;
}

#carousel-banica .carousel-list li span.item .poza .rating .stea,
.carousel-jos .carousel-list li .poza .rating .stea,
.carousel-player .carousel-list li span.poza .rating .stea {
	display: block;
	float: left;
	width: 12px;
	height: 12px;
	color: #ff6600;
	font-size: 25px;
	line-height: 20px;
	/*background: url(images/stea-rating.gif) no-repeat top left;*/
}

#carousel-banica .carousel-list li span.item .poza .rating .goala,
.carousel-jos .carousel-list li .poza .rating .goala,
.carousel-player .carousel-list li span.poza .rating .goala {
	color: #fff;
}

.carousel-list li img {
	border: 2px solid #429fff;
	display: block;
	margin: 0px;
}

.carousel-jos .carousel-list li {
	font-size: 12px;
}


/* FORM */

form#form-comment {
	display: none;
}

fieldset {
	display: block;
	border: none !important;
	overflow: hidden;
	margin-bottom: 15px;
}

label {
	display: block;
	float: left;
	width: 100px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

input.text,
textarea.text {
	display: block;
	float: left;
	width: 350px;
	background: #d6e8ff;
	border: 1px solid #84b7ff;
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #2984ff;
}

input.buton {
	margin-left: 100px;
}