.imagesScroller {
	clear: both;
}

.scrollLeft, .scrollRight {
	display: inline-block;
	_display: inline;
	width: 17px;
	height: 32px;
	cursor: pointer;
}

.scrollLeft.inActive,.scrollRight.inActive {
	background-position: center top;
}
.scrollLeft {
	margin-left: 10px;
	background: white url(../i/newsScrollerLeft.png) no-repeat scroll center -32px;
}

.scrollRight {
	background: white url(../i/newsScrollerRight.png) no-repeat scroll center -32px;
}

.imagesScrollerNavigation {
    -moz-user-select: -moz-none;  
    -khtml-user-select: none;     
    -webkit-user-select: none;    
    user-select: none;            
    behavior: expression(         
        (
            this.onselectstart = function() {
                return (/^(?:INPUT|TEXTAREA)$/).test( event.srcElement.tagName ) ? 
                    event.cancelBubble = true :                                    
                    (' ' + this.className + ' ').indexOf(' unselectable ') < 0     
            }
        ),
        ( this.style.behavior = null )
    );
}


.imagesScrollerNavigation::selection { color: inherit }

.scrollCounts {
	display: inline-block;
	_display: inline;
	height: 32px;
	line-height: 32px;
	vertical-align: top;
	text-align: center;
	padding-top: 1px;
	padding-left: 6px;
	padding-right: 6px;


}

.imagesScrollerContainer {
	margin: 10px;
	margin-top: 0px;
	margin-left: 0px;
	overflow: hidden;
	width: 580px;
	height: 380px;
	word-spacing: nowrap;
	white-space: nowrap;
	float: left;
}

.imagesScrollerItem {
	display: inline-block;
	_display: inline;
	width: 580px;
	height: 380px;
	background-position: left center;
	background-color: white;
	background-repeat: no-repeat;
}

.imgScrollerDescription {
	max-width: 190px;
	float: left;
	font-size: 12px;	
}

.firstItem,.firstItemHovered {
	width: 150px;
	display: inline-block
	_display: inline;
	padding: 19px;
	float: left;
	vertical-align: top;
}

.firstItem:hover,.firstItemHovered {
	background-color: rgb(238,244,246);
}

.firstItem:hover .firstItemDescription,.firstItemHovered  .firstItemDescription {
	display: inline-block;
	_display: inline;
}

.firstItem:hover .firstItemName,.firstItemHovered .firstItemName {
	color: rgb(36,88,161);
}

.firstItemPhoto {
	padding: 5px;
	height: 150px;
	width: 140px;
	
	background-repeat: no-repeat;
	background-position: center center;
	
	vertical-align: top;
}

.firstItemName{
	width: 150px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
}
.firstItemPhoto img {
	clear: both;
}

.firstItemDescription {
	padding-top: 10px;
	width: 150px;
	display: none;
	font-size: 12px;
}
