#ns_slide_carosel{
    background-color: #FFF;
    border: 1px solid #CCC;
    width: 630px;
    height: 128px;
    margin-top: 15px;
	overflow:hidden;
}

#ns_slide_carosel .middle {
    float: left;
    width: 590px;
    height: 150px;
	overflow:auto;
}
#ns_slide_carosel .inner
{
	width:1300px;
}	
#ns_slide_carosel .inner .item {
	float:left;
	height:119px;
	overflow:hidden;
	width:185px;
	padding:5px;
 
}
#ns_slide_carosel .inner .item  img{
	margin:auto;
	display:block;
	float:left;
}
#ns_slide_carosel .inner .item h6 {
 
border-right:1px solid #CCCCCC;
 
font-size:8pt;
height:115px;
 
}
#ns_slide_carosel a.buttons{
    float: left;
    width: 20px;
    height: 128px;
   text-indent: -5000px;
    text-align: center;
    text-decoration: none;    
    font-size: 36px;
    line-height: 120px;
	background:url(../images/artsonit/prev_arrow.png) no-repeat scroll 50% 50% #E2E9EB;
}

#ns_slide_carosel a.buttons.next {
    float: right;
	background:url(../images/artsonit/next_arrow.png) no-repeat scroll 50% 50% #E2E9EB;

}

#ns_slide_carosel a.buttons:hover {
	background:url(../images/artsonit/prev_arrow_clicked.png) no-repeat scroll 50% 50% #9BC4CF;
}

 #ns_slide_carosel a.buttons.next:hover  {
    float: right;
	background:url(../images/artsonit/next_arrow_clicked.png) no-repeat scroll 50% 50%  #9BC4CF;

}


.np_prev_div .arrow, .np_next_div .arrow{
background:url(../images/artsonit/prev_arrow.png) no-repeat scroll 2px 50% #E2E9EB;
height:32px;
width:15px;
text-indent:-5000px;
display:block;
}

.np_prev_div .arrow:hover, .np_next_div .arrow:hover{
background:url(../images/artsonit/prev_arrow_clicked.png) no-repeat scroll 2px 50% #9BC4CF;
}
.np_next_div .arrow{
background:url(../images/artsonit/next_arrow.png) no-repeat scroll 2px 50% #E2E9EB;
}
.np_next_div .arrow:hover{
background:url(../images/artsonit/next_arrow_clicked.png) no-repeat scroll 2px 50%  #9BC4CF;
}
.product-view{
clear:both;
}
.np_button{
  border:1px solid #C4C6C8;
  float:left;
  height:32px;
  position:relative;
  margin-bottom:4px;
  background:#fff;
}
.np_button.np_next_div{
  float:right;
}
.np_button .icon img{
  height:32px;
  padding:0px 2px;
}

.np_button .title, .np_button .icon, .np_button .arrow{
  float:left;
}

.np_button .title a, .np_button .title a:hover, .np_button .title a:visited{
  color:#000;
  font-size:9px;
  text-decoration:none;
}
.np_button .title{
  padding: 5px 3px;
}

.up-to-category{
  border:1px solid #C4C6C8;
  text-align:center;
  height:32px;
  margin:auto;
  width:150px;
  margin-bottom:3px;
}

#up-to-category
{
	clear:both;
}

.up-to-category, .up-to-category:visited {
background:url(../images/artsonit/up_arrow.png) no-repeat scroll 95% 2px #EFEFEF;
color:#000000;
display:block;
font-size:9px;
height:15px;
padding:0 30px 0 7px;
text-decoration:none;
}
.up-to-category:hover{
background:url(../images/artsonit/up_arrow_clicked.png) no-repeat scroll 95% 2px #9BC4CF;
color:#fff;
}
