#main_page_image_flip_container {
	float:left;
	width: 440px;
	height: 313px;
	position:relative;
/*
	background-color:#000;
	margin-top:15px;
	margin-left:0;
	padding:0;
*/
}

#main_page_image_flip_image {
	width: 440px !important;
	height: 313px;
}

#main_page_image_flip_image img {
	width: 440px;
	height: 313px;
	border-style: none;
}

#middle_container_bottom {
	display:inline;
	float:left;
	width:786px;
}
/* news link bar tabs */
#news_link_bar {
	width:786px;
/*	margin-top:15px;*/
	padding:0;
	margin:0;
	height:1%;
}
#news_link_bar ul {
/*
	margin:15px 0 0 0 ;
*/
	height:1%;
	margin:0;
	padding:0 !important;

}
#news_link_bar li {
	display:inline;
	height:55px;
	margin:0;
	padding:0;
}
/*
*/
#news_promos_reviews {
	/* main section holding all blog data */
	width:786px;
	min-height:200px;
}

.news_left_col {
	width:557px;
	padding-right:20px;
}
.news_right_col {
	width:161px;
}
.news_left_data {
	top:-25px;
	position:absolute;
}
.top_tbl_padding {
	background-image: url('../img/bkg_bike_list_786.jpg');
	background-repeat: repeat-y;
	height:30px;
	width:786px;
}
.content_body_middle_data {
/* top padding is the only difference from the original style*/
	padding: 0px 15px 30px 30px!important;	
}

/* this is for the side nav arrows */
div.trigger{
	background-image: url('../img/News_Events_Page/side_nav_arrow_down.gif');
	background-repeat: no-repeat;
	height:14px;
	width:14px;
	cursor:pointer;
	margin-left:10px;
}
div.closed {
	
	background-image: url("../img/News_Events_Page/side_nav_arrow_right.gif");
	background-repeat: no-repeat;
	height:14px;
	width:14px;
}
/* this is for promotions disclaimer */
div.promotrigger{
	background-image: url('../img/News_Events_Page/disclaimer_arrow_right.gif');
	background-repeat: no-repeat;
	cursor:pointer;
	padding-left:15px;
	padding-bottom:5px;
	clear:both;
}
div.promoclosed {
	
	background-image: url("../img/News_Events_Page/disclaimer_arrow_down.gif");
	background-repeat: no-repeat;
}

