@charset "utf-8";
/* CSS Document */

#divFavoriteItem {
	position: absolute;
	left: 325px;
	top: 254px;
	width: 637px;
}

#divFavoritesMenu {
	
	position: absolute;
	left: 317px;
	top: 144px;	 
}

.itemTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 18px;
	font-style: italic;
	color: #d04d2a;
	margin-top: 0px;
	margin-bottom: 16px;
}


/***********************************
        Scrollable styles
***********************************/


/* outmost wrapper element, containing all elements  */
#scrollable {
	padding:0px 0px;
	width:596px;
	height:113px;
	margin-top:30px;
	margin-left: 22px;
	margin-bottom: 30px;
}

/* container for the scrollable items */
div.items {
	height:89px;	
	margin-left:0px;
	float:left;
	width:557px !important;
}

/* single item */
div.items a {
	display:block;
	float:left;
	margin-right:12px;
	width:130px;
	height:89px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}

div.items a.active {
	cursor:default;
}


/* next / prev buttons */
a.prev, a.next {
	display:block;
	float:left;	
	margin:0px 0 0 0;
	cursor:pointer;
}