/*------------------------------------------------------------------------
# "Hot Joomla Carousel Pro" Joomla module
# Copyright (C) 2010 ArhiNet d.o.o. All Rights Reserved.
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Author: HotJoomlaTemplates.com
# Website: http://www.hotjoomlatemplates.com
-------------------------------------------------------------------------*/

.IE button {
	width:1%;
	overflow:visible;
}

.foo {
	float:left;
}

.hotcarousel .js .carousel-wrap {
	vertical-align:middle;
	margin:0;
}

.IE .hotcarousel .js .carousel-wrap {
	display:inline;
}

.hotcarousel .js ul li.carouselcontent, .hotcarousel .js ul li.carouselimage {
	overflow:hidden;
	display:inline;
	float:left;
	list-style:none;
	background:none;
	margin:0;
	padding:0;
}

.hotcarousel .carousel-control {
	overflow:hidden;
	display:inline-block;
	vertical-align:middle;
	width:31px;
	cursor:pointer;
	line-height:999px;
}

.hotcarousel .disabled,.hotcarousel .disabled:hover {
	cursor:default;
}

div.carousel-pagination {
	text-align:center;
	clear:both;
	position:relative;
	top:-55px;
	background:#222222 url(../images/carousel_shadow.png) top center no-repeat;
}

div.carousel-pagination p {
	text-align:center;
	margin:10px 0 0 0;
	background:url(../images/control_buttons_bg.png) top center no-repeat;
	height:27px;
	padding:3px 0 30px 0;
}

div.carousel-pagination a {
	padding:0 2px;
	text-decoration:none;
	color:#9BA6AC;
}

div.carousel-pagination a:hover {
	color:#272C34;
}

div.carousel-pagination a.active {
	color:#272C34;
}

.disabled {
	opacity:0.4;
}

.clr {
	clear:both;
}