.nav.nav-tabs {
	list-style: none;
	/*border-bottom: 1px solid #DDD;*/
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
	display: table;
	zoom: 1;
}

.nav.nav-tabs > li {
	float: left;
	margin: 0 0 -1px 0;
	padding: 0;
	line-height: 24px;
}

.nav.nav-tabs > li > a {
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	padding: 5px 8px 6px;
	border-width: 1px 1px 0 1px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	border-color: #DDD;
	border-style: solid;
	background-color: #F0F0F0;
	margin-right: 5px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	color: #195998;
}

.nav.nav-tabs > li > a:hover {
	text-decoration: none;
	background-color: #DCEDF9;
}

.nav.nav-tabs > li > a span {
	font-family: Arial;
	color: #777;
	font-size: 12px;
}

.nav.nav-tabs li sup {
	position: absolute;
	margin-top: -5px;
}

.nav.nav-tabs > .active > a,
.nav.nav-tabs > .active > a:hover {
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
	color: #333;
}

.tab-content > .tab-pane {
	display:none;
}

.tab-content > .tab-pane.active {
	display: block;
	padding: 10px 10px;
	border-width: 0 1px 1px 1px;
	border-color: #DDD;
	border-style: solid;
}
#tabs{
	border: 1px solid #DDD;
}
.div_p{
	padding: 10px;
}
.collection_block{
	position: relative;
	margin-top: 10px;
}
.collection_block h2{
	font-size:16px;
	font-weight:bold;
	margin-bottom:0px;
	float:left;
}
.collection_block .nav_block{
	right: 5px;
	top: 30px;
}
.nav_block {
	float:right;
	padding-right: 5px;
}
.collection_block  a:hover{
	text-decoration:none;
	
}


.collection_block .arrows{
	right: 0;
}

.collection_block .arrows a{
	width:22px;
	height:22px;
	float:left;
	background:url('/skins/img/arrows.png') no-repeat top left;
	text-decoration:none;
	outline:none;
	border:none;
}

.collection_block a.previous:hover{
	background-position:left bottom;
}

.collection_block a.next{
	margin-left:-1px;
	background-position:top right;
}
.collection_block .all_objects{
	position: absolute;
	float: left;
	right: 57px;
	margin-top: 2px;
}
.collection_block .all_objects:hover {
	text-decoration: underline;
}
.collection_block a.next:hover{
	background-position:bottom right;
}
.collection_block a {
	overflow:hidden;
	float:left;
}
.products_main {
	overflow: hidden;
	padding: 5px;
}
 .carousel {
    margin: 0;
    padding: 0;
    list-style: none;						
}
                
.carousel li {
    float: left;				
}
#slider_block ul li{
	height:302px;
	width:787px;
}

/*
     */
/*
*/