/* root element for scrollable */
.vertical {

	/* required settings */
	position:relative;
	z-index:5;
	overflow:hidden;

	/* vertical scrollers have typically larger height than width */
	height:227px;
	width: 301px;
}

/* root element for scrollable items */
.items {
	position:absolute;
	z-index:5;
	/* this time we have very large space for height */
	height:20000em;
	margin: 0px;
}

/* single scrollable item */
.item {
	font-size:13px;
	width:255px;
	height:74px;
	padding-left:46px;
	background-image:url(../../../img/hp/2/dynamic_news_pics/Grey_bubull4.png);
	background-repeat: no-repeat;
	cursor: pointer;
	line-height:12px;
}

/* elements inside single item */
.item img {
	float:left;
	margin-right:20px;
	height:180px;
	width:240px;
}

.item h3 {
	margin:0 0 5px 0;
	font-size:16px;
	color:#456;
	font-weight:normal;
}

/* the action buttons above the scrollable */
#actions {
	width:700px;
	margin:30px 0 10px 0;
}

#actions a {
	font-size:11px;
	cursor:pointer;
	color:#666;
}

#actions a:hover {
	text-decoration:underline;
	color:#000;
}

.disabled {
	visibility:hidden;
}

.next {
	/*float:right;*/
}

.nav_btn{
	background:url(../../../img/hp/2/dynamic_news_pics/fond_navigation_news.jpg) no-repeat;
	display:block;
	height:31px;
	margin-left:37px;
	position:absolute;
	margin-top:-5px;
	width:241px;
	z-index:50;
	padding-left:23px;
	padding-top:3px;
}
.btn-navi { margin-top:4px; }

.nav_btn div{
	float:left;
	font-size:10px;
	font-weight:bold;
}

.selected{
	background-image:url(../../../img/hp/2/dynamic_news_pics/blue_arrow4.png);
	background-repeat: no-repeat;
	background-position:left center;
}

.nav_up{
	clear:both;
	display:block;
	width:16px;
	background:url(../../../img/hp/2/dynamic_news_pics/fleche_up_on.jpg) top left no-repeat;
	height:16px;
	float:left;
	cursor:pointer;
	margin-right:1px;
	font-size:0px;
}

.nav_btn .nav_text{
	width:170px;
	font-size:11px;
	text-align:center;
	text-transform:uppercase;
	padding-top:6px;
	font-weight:bold;
}

.nav_down{
	display:block;
	width:16px;
	background:url(../../../img/hp/2/dynamic_news_pics/fleche_down_on.jpg) top left no-repeat;
	height:16px;
	float:left;
	cursor:pointer;
	margin-right:1px;
	font-size:0px;
}
/**
.nav_up:hover{
	background:url(../../../img/hp/2/dynamic_news_pics/bg_nav_col1_fl-up_hover.gif) top left no-repeat;
}

.nav_down:hover{
	background:url(../../../img/hp/2/dynamic_news_pics/bg_nav_col1_fl-down_hover.gif) top left no-repeat;
}*/

.disabled{
	background:none;
	cursor:default;
}

.disabled:hover{
	background:none;
	cursor:default;
}
.nav_count{
	display:block;
	width:45px;
	font-size:11px;
	margin:7px 0px 0px 12px;
	height:19px;
	padding-top:2px;
	text-align:center;
	float:left;
	background:url(../../../img/hp/2/dynamic_news_pics/bg_nav_col1_nb.gif) top left no-repeat;
}
#left_col{
	float:left;
	height:250px;
	width:423px;
}

.imgLink
{
	z-index: 9;	
}

.dynamicCardBtn
{
	width: 400px;
	height: 21px;
	background:url(../../../img/hp/2/dynamic_news_pics/bg_send_card.png) top left no-repeat;
	position: absolute;
	z-index: 10;
	left: 11px;
	top: 230px;
	padding: 5px;
}

.btnFbShare
{
	width: 68px;
	float: left;
	margin-left: 5px;
}

#btnSendCard
{
	margin-top: 1px;	
}

#right_col{
	float: left;
	height: 252px;
	width: 301px;
	margin-left: -52px;
}

.item a{
	color:white;
	text-decoration:none;
}

.item a:active, .item a:focus{
      outline:none;
}

.item a:hover{
	color:white;
	text-decoration:none;
}

.item .title{
    display:block;
    margin-bottom:8px;
    padding-top:10px;
    
	text-transform:uppercase;
 	text-decoration:underline;
 	font-weight:bold;
 	padding-right:5px;
}
.item h2 .title { font-size:14px; }

.item .text {
    line-height:13px;
}


.dynamic_news_pic, .share_link, .pic_link, .item_position{
	display:none;
}




