﻿.image_carousel
{
	position: relative
}

.logo_item
{
	width: 135px;
	height: 80px;
	float: left;
	overflow: hidden;
	text-align: center;
	margin-right: 10px;
	display: table;
	overflow: hidden
}

.logo_item img
{
	display: block;
	max-width: 135px;
	max-height: 80px
}

.logo_item a
{
	display: table-cell;
	vertical-align: middle
}

/*a.prev, a.next
{
	background: url('/Styles/vplsthanhbang/carouFredSel/images/miscellaneous_sprite.png') no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 85px;
}*/
a.prev
{
	background: url('../images/icon_leftSlider.png') no-repeat transparent;
	width: 20px;
	height: 32px;
	display: block;
	position: absolute;
	top: 60px;
	left: 4px;
}
a.prev:hover
{
	/*background: url('../images/arr_left_hv.png') no-repeat transparent;*/
}
a.prev.disabled
{
	/*background: url('../images/arr_left.png') no-repeat transparent;*/
}
a.next
{
	background: url('../images/icon_rightSlider.png') no-repeat transparent;
	width: 20px;
	height: 32px;
	display: block;
	position: absolute;
	top: 60px;
	right: 4px;
	/*right: -22px;
	background-position: -50px 0;*/
}
a.next:hover
{
	/*background: url('../images/arr_right_hv.png') no-repeat transparent;*/
}
a.next.disabled
{
	/*background: url('../images/arr_right.png') no-repeat transparent;*/
}

a.prev.disabled, a.next.disabled
{
	cursor: default;
}

a.prev span, a.next span
{
	display: none;
}
.pagination
{
	text-align: center;
}
.pagination a
{
	background: url('/Styles/vplsthanhbang/carouFredSel/images/miscellaneous_sprite.png') 0 -300px no-repeat transparent;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.pagination a.selected
{
	background-position: -25px -300px;
	cursor: default;
}
.pagination a span
{
	display: none;
}
.clearfix
{
	float: none;
	clear: both;
}
.caroufredsel_wrapper
{
	/*width: 1010px !important;
    height: 242px !important*/
}