/* style reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img {border:0;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}

/*styles*/
html {
	margin: 0;
	padding: 0;
}
* {
	font-family: Tahoma, Helvetica, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #6e6e6e;
	background: url(../img/body_bg.jpg) repeat-x;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
#shadow{
  display: none;
  background: black;
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#newsletter_popup{
  display: none;
  background: url(../img/popup_middle.png) repeat-y;
  width: 400px;
  position: absolute;
  z-index: 11;
  left:50%;
  margin: 100px 0 0 -200px;
  opacity:1;
  filter: alpha(opacity=100);
}
.newsletter_popup_top{
  height: 5px;
  background: url(../img/popup_top.png) no-repeat;
  position: relative;
  top: -5px;
}
.newsletter_popup_bottom{
  height: 5px;
  background: url(../img/popup_bottom.png) no-repeat;
  position: relative;
  bottom: -5px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a {
	color: #1B57A3;
	text-decoration: underline;
	cursor: pointer;
	outline:0;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}
/* layout */
#container {
	width: 980px;
	margin:0 auto;
	text-align: left;
}
#header{height: 115px;}
#header h1 {
	float: left;
}
#header .div3 {
	float: right;
	background: url(../img/div3.jpg) no-repeat;
	width: 115px;
	height: 25px;
	padding: 5px 0 0 0;
	margin: 15px 0;
}
#header .div3 a {
	font: normal normal bold 15px calibri;
	text-decoration: none;
	color: #7a7a7a;
	text-shadow:1px 1px white;
  filter: glow(color=white,strength=1);
  filter: dropshadow(color=white,offX=1,offY=1);
}
#header .div3 a.video{
  background: url(../img/video.jpg) no-repeat;
  padding: 0 0 0 20px;
  margin-left: 15px;
}
#header .div3 a.newsletter{
  background: url(../img/newsletter.jpg) 0 3px no-repeat;
  padding: 0 0 0 20px;
  margin-left: 15px;
}
#menu{
  background: url(../img/menu.jpg) no-repeat;
  width:745px;
  height: 37px;
  float: right;
}
#menu li{
  float: left;
}
#menu li a{
  float: left;
  display: block;
  height: 28px;
  padding: 9px 16px 0 14px;
  background: url(../img/menu_border.jpg) right 0 no-repeat;
  color: white;
  text-decoration: none;
  font: normal normal bold 15px calibri;
  position: relative;
  text-shadow:1px 1px #720118;
  filter: glow(color=#720118,strength=1);
  filter: dropshadow(color=#720118,offX=1,offY=1);
}
#menu li a:hover,#menu li.active a{
  background: url(../img/menu_hover.jpg) repeat-x;
  border-right: 1px solid #7a7a7a;
  border-left: 1px solid #7a7a7a;
  color: #3a3a3a;
  left:-1px;
  padding-right:14px;
  text-shadow:1px 1px #fff;
  filter: glow(color=#fff,strength=1);
  filter: dropshadow(color=#fff,offX=1,offY=1);
}
#menu li.first a:hover{
  background: url(../img/menu_hover1.jpg) no-repeat;
  border-left:0;
  left:0;
  padding-right:15px;
}

#menu li.first, #li_sprzet{
  position: relative;
}
#menu ul#sub_menu{
  display: none;
  position: absolute;
  top: 49px;
  left: -3px;
  width: 241px;
  background: url(../img/menu_rozw_midd.png) repeat-y;
}
#menu ul#sub_menu li{
  width: 236px;
  padding: 0 0 0 3px;
  background: url(../img/menu_rozw_li.png) 3px bottom no-repeat;
}
#menu ul#sub_menu li.topik{
  height: 12px;
  width: 241px;
  position: relative;
  top: -12px;
  margin-bottom: -12px;
  background: url(../img/menu_rozw_top.png) no-repeat;
}
#menu ul#sub_menu li.dol{
  height: 13px;
  width: 241px;
  position: relative;
  bottom: -15px;
  left: 1px;
  margin-top: -15px;
  background: url(../img/menu_rozw_dol.png) no-repeat;
}
#menu ul#sub_menu li.no_bg{background: none;}
#menu ul#sub_menu li a{
  width: 205px;
  padding: 5px 0 0 25px;
  height: 25px;
  border:0;
  background: none;
  color: #737373;
  text-shadow:1px 1px #fff;
  filter:0;
}
#menu ul#sub_menu li a span{
  font: normal normal bold 15px calibri; 
  padding-left: 16px; 
  background: url(../img/menu_rozw_strz.png) 0 7px no-repeat;
  border:0;
}
#menu ul#sub_menu li a:hover{
  width: 205px;
  padding: 5px 0 0 25px;
  height: 25px;
  border:0;
  background: url(../img/menu_rozw_hover.png) 0 bottom no-repeat;
  color: white;
  text-shadow:1px 1px #868181;
}
#search {
  float: right;
}
#search .search_inputtext{
  width: 141px;
	height: 25px;
	background: url(../img/search_input.jpg) no-repeat;
	float: right;
	margin: 6px 0 0 0;
}
#search input {
	width: 133px;
	height: 20px;
	padding: 0px 4px 0 4px;
	border: 0;
	background: none;
	float: right;
	color: #6e6e6e;
}
#search .search_submit{
  width: 26px;
  height: 25px;
  background: url(../img/search_submit.jpg) no-repeat;
  display: block;
  float: right;
  margin: 6px 15px 0 0;
}
#content_main{

}
#content_main #flash{
  height: 250px;
  margin-bottom: 10px;
}
#main_boxy{
  height:279px;
}
#main_boxy .box{
  float: left;
  width: 321px;
  margin-right:8px;
  background: none;
}
#main_boxy .box_top{
  background: url(../img/main_box_top.jpg) no-repeat;
  height: 9px;
}
#main_boxy .box_middle{
  border-left: 1px solid #b7b7b7;
  border-right: 1px solid #b7b7b7;
  background: #ebebeb;
  height: 262px;
}
#main_boxy .box_middle.nobg{
  background: white;
}
#main_boxy .box_bottom{
  background: url(../img/main_box_bottom.jpg) no-repeat;
  height: 8px;
}
#main_boxy .box.margin0{
  margin: 0;
}
#main_boxy h3.prom{
  font: normal normal bold 16px calibri;
  color: #7a7a7a;
  text-shadow:1px 1px white;
  padding: 16px 0 10px 12px;
}
#main_boxy .prom_img{
  text-align: center;
  height: 130px;
}
#main_boxy .prom_nazwa{
  border-top: 1px solid #bdbdbd;
  background: url(../img/prom_a.jpg) repeat-y;
}
#main_boxy .prom_nazwa a{
  display: block;
  border-top: 1px solid #f2f2f2;
  background: url(../img/narr.png) 300px center no-repeat;
  height: 50px;
  padding: 10px 0 0 70px;
  border-bottom: 1px solid #bebebe;
  font: normal normal bold 16px calibri;
  color: white;
  text-decoration: none;
  text-shadow:1px 1px #838383;
  filter: glow(color=#838383,strength=1);
  filter: dropshadow(color=#838383,offX=1,offY=1);
}
#main_boxy .prom_nazwa a span{
  font: normal normal bold 11px tahoma;
}
#main_boxy .video{
  text-align: center;
  padding: 15px 0 0 0;
}
#main_boxy .zob_wiecej{
  height: 21px;
  background: url(../img/more.jpg) repeat-x;
  margin-top: 3px;
  text-align: right;
  padding: 3px 0 0 0;
}
#main_boxy .zob_wiecej a{
  text-decoration: none;
  font: normal normal bold 12px calibri;
  color: #888888;
  text-transform: uppercase;
  margin: 0 10px 0 0;
  padding: 0 12px 0 0;
  background: url(../img/more_narr.png) right 4px no-repeat;
  text-shadow:1px 1px #dedede;
  filter: glow(color=#dedede,strength=1);
  filter: dropshadow(color=#dedede,offX=1,offY=1);
}
#breadcrumb {
  padding: 0 0 7px 0;
  width: 940px;
}
#breadcrumb a{
  display: block;
  float:left;
  padding-right: 9px;
  background: url(../img/bread.png) right -18px no-repeat;
  font: normal normal bold 11px tahoma;
  color: #c9042d;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#breadcrumb a.first span{
  display: block;
  float:left;
  background: url(../img/bread.png) left -36px no-repeat;
  height: 16px;
  padding: 2px 7px 0 16px; 
}
#breadcrumb a span{
  display: block;
  float:left;
  background: url(../img/bread.png) no-repeat;
  height: 16px;
  padding: 2px 7px 0 16px;
}
.switcher {
	float: right;	
	margin-top: 3px;
	margin-left: 10px;
}
.switcher a {
	text-decoration: none;
	display: block;
}
.switcher .selected {
	background: #FFFFFF url('../image/switcher.png') repeat-x;
}
.switcher .selected a {
	border: 1px solid #CCCCCC;
	background: url('../image/arrow_down.png') 116px center no-repeat;
	color: #666666;
	padding: 2px 5px 2px 5px;
	width: 121px;
}
.switcher .selected a:hover {
	background: #F0F0F0 url('../image/arrow_down.png') 116px center no-repeat;
}
.switcher .option {	
	position: absolute;
	z-index: 3;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	display: none;
	width: 125px;
	padding: 3px;
}
.switcher .option a {
	color: #000;
	padding: 3px 5px 3px 5px;
}
.switcher img {
	position: relative;
	top: 1px;
}
#column_left {
	float: left;
	width: 228px;
	clear: left;
}
#column_right {
	float: right;
	width: 180px;
	margin-left: 10px;
	clear: right;
}
#content {

}
#content .top {
	background: url(../img/content_top.png) no-repeat;
	height: 9px;
}
#content .bottom {
	background: url(../img/content_bottom.png) no-repeat;
	height: 8px;
}

#content .top h1 {
	padding: 8px 0px 8px 7px;
}
#content h1, .heading {
	color: #6e6e6e;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}
#content h1.product{
	color: #c9042d;
	font-size: 24px;
	font-family: Tahoma;
	font-weight: normal;
	margin: 0 0 15px 0;
}
#content a{color: #c9042d;text-decoration:none;}
#content .middle {
	background: url(../img/content_middle.png) repeat-y;
	padding: 12px 18px;
}

#content .main{
  background: url(../img/main_middle.png) repeat-y;
  float: right;
  width: 700px;
}
#content .main_top{
  background: url(../img/main_top.png) no-repeat;
  height: 4px;
}
#content .main_bottom{
  background: url(../img/main_bottom.png) no-repeat;
  height: 4px;
}
#content .main .main_cont{padding: 20px 30px;}
#content .main .main_cont.categ{
  padding: 20px 10px;
}
#content .main .main_cont ul li{
  margin: 0 0 10px 20px;
  list-style-type: disc;
}
#content #column_left .box {
	margin-bottom: 10px;
	background: url(../img/box_left_middle.png) repeat-y;
}
#content .box .top {
  background: url(../img/box_left_top.png) no-repeat;
	height: 4px;
}
.box .top img {
	float: left;
	margin-right: 5px;
}
#content .box .bottom {
	height: 4px;
	background: url(../img/box_left_bottom.png) no-repeat;
}

.cat_prod{
  border-bottom: 1px solid #b4b4b4;
  padding: 0 10px 10px 0;
  margin-bottom: 15px;
  clear: both;
}
.cat_prod_img{
  float: left;
  width: 145px;
}
.cat_prod_img img{border: 1px solid #b9b9b9;}
.cat_prod h3{
  margin-bottom: 10px;
}
.cat_prod h3 a{
  color: #c9042d;
  font: normal normal bold 14px Tahoma;
}
.cat_prod .desc{
  font: normal normal normal 11px Tahoma;
  color: #575757;
  height: 40px;
}
.cat_prod .zobacz{
  float: right;
  position: relative;
}
.cat_prod .desc_cat{

  font: normal normal normal 11px tahoma;
  color: #b4b4b4;
  float: left;
}
#content .cat_prod .desc_cat a{
  font: normal normal normal 11px tahoma;
  color: #b4b4b4; 
}
.wybrane{
  background: url(../img/wybrane_bottom.jpg) no-repeat  bottom;
  padding: 0 0 10px 0;
}
.wybrane h3.wybrane_h{
  background: url(../img/wyroz_top.jpg) no-repeat;
  color: white;
  padding: 5px 20px 0 20px;
  height: 20px;
  width: 652px;
  margin: 0 auto;
}
.wybrane .cat_prod{
  border:0;
  width: 331px;

  float: left;
  padding: 0;
  clear: none;
  margin: 5px 0 0 10px;
  background: url(../img/wyr_item_middle.jpg) repeat-y;
}
.cat_prod_wyr_top{
  background: url(../img/wyr_item_top.jpg) no-repeat;
  padding: 10px;
    height: 120px;
}
.cat_prod_wyr_bottom{
  background: url(../img/wyr_item_bottom.jpg) no-repeat;
  height: 5px;
}
.wybrane .cat_prod p.desc{
  width: 165px;
  height: 80px;
  margin-left: 145px;
  color: #9c9e9f;
}
.wybrane .cat_prod .cat_prod_img img{border:0;margin-top: 10px;}

.szukaj{
  background: url(../img/szukaj.jpg) no-repeat;
  float: right;
  width: 49px;
  height: 20px;
  display: block;
  position: relative;
  top: -20px;
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
  clear: both;
}
.button {
	padding-left: 8px;
	display: inline-block;
	margin-right: 5px;
	background: url('../image/button_left.png') top left no-repeat;
	text-decoration: none;
	color:#FFF;
}
.button span {
	color: #FFF;
	display: block;
	padding: 4px 10px 5px 2px;
	background: url('../image/button_right.png') top right no-repeat;
}
.buttons {
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	padding: 5px;
	margin-bottom: 10px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.content {
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	padding: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.list {
	margin-bottom: 10px;
	width: 100%;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.sort {
	margin-bottom: 10px;
	background: #F8F8F8;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
  color: #c9042d;
  font: normal normal bold 11px tahoma;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #c9042d;
}
.pagination .links b {
	padding: 4px 7px;
	text-decoration: none;
	color: #c9042d;
}
.pagination .results {
	float: right;
}
.inne_img{
  width: 130px;
  float: left;
}
.dane_oferty{
  float: right;
  position: relative;
  top: -10px;
  margin-bottom: -10px;
  width: 240px;
  font-size: 11px;
  line-height: 16px;
  
}
.main_img{
  clear: both;
  width: 510px;
  float: right;
  text-align: left;
}
.sep{
  clear: both;
  background: url(../img/product_sep.jpg) no-repeat center 10px;
  height: 9px;
  padding: 10px 0;
}
.tabs {
	width: 617px;
	height: 25px;
	margin-bottom: 0px;
	clear: both;
	padding: 0 20px;
	z-index: 2;
	position: relative;
}
.tabs a {
	float: left;
	display: block;
	margin-right: 5px;
	padding: 0 6px 0 0;
	background: #FFFFFF url(../img/tabs.jpg) right -75px no-repeat;

}
.tabs a span{
  display: block;
	background: #FFFFFF url(../img/tabs.jpg) left -50px no-repeat;
	padding: 5px 24px 0 24px;
	height: 20px;
	color: #b6b6b6;
	font: normal normal normal 12px tahoma;
}
.tabs a.selected {
	padding: 0 6px 0 0;
	background: #FFFFFF url(../img/tabs.jpg) right -25px no-repeat;
}
.tabs a.selected span{
	display: block;
	background: #FFFFFF url(../img/tabs.jpg) no-repeat;
	padding: 5px 24px 0 24px;
	height: 20px;
	font: normal normal bold 12px tahoma;
	color: #6e6e6e;
}
.tab_page {
  width: 617px;
	padding: 20px;
	display: block;
	z-index: 1;
	position: relative;
	top: -1px;
	min-height: 105px;
	margin-bottom: 10px;
	font: normal normal normal 11px tahoma;
	background: url(../img/tabs_bg.jpg) no-repeat;
	line-height: 17px;
}
.box_price{
  float: left;
  width: 155px;
  height: 77px;
  padding: 10px 0 0 0;
  background: url(../img/product_price.jpg) no-repeat;
  text-align: center;
}
.box_price.first{
  background: none;
  margin-left: 10px;
}
.box_price p{
  color: #c9042d;
  font-weight: bold;
  margin-bottom: 20px;
}
.box_price span{
  color: #6e6e6e;
  font-weight: bold;
}
#footer {
	clear: both;
	margin-top:10px;
	margin-bottom:10px;
	padding-top: 10px;
	border-top: 1px solid #efefef;
}
#footer .div1 {
	float: left;
	padding: 0 25px 0 25px;
}
#footer .div2 {
	float: right;
	text-align: right;
	color: #7a7a7a;
	font-size: 11px;
}
#footer .div2 a{
  font-weight: bold;
	color: #7a7a7a;
	text-decoration:none;
	font-family: tahoma;
	font-size: 11px;
}
#footer #partnerzy{

}
#footer #partnerzy ul{

}
#footer #partnerzy li{

}
#category{padding:10px 16px;}

#category ul {
	
}
#category ul li{
	margin: 0 0 20px 0;
}
#category ul li a{
	font: normal normal bold 12px tahoma;
	padding: 5px 0;
	border-bottom: 1px solid #d6d6d6;
	display: block;
}
#category ul ul li{
	margin:0;
}
#category ul ul li a{
	font: normal normal normal 11px tahoma;
	color: #6e6e6e;
	padding-left: 16px;
	background: url(../img/cat_narr.jpg) no-repeat right 9px;
}
#category li.current a{font-weight: bold;}
#category li.current li a{font-weight: normal;}

#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_2.png');
}
.cart {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #EEEEEE;
	margin-bottom: 10px;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}

.contact_right{
  background: url(../img/contact_right_middle.jpg) repeat-y;
  float: right;
  width: 560px;
  text-align:center;
}
.contact_right_top{
  background: url(../img/contact_right_top.jpg) no-repeat;
  height: 10px;
}
.contact_left_middle{
  padding: 0 25px;
}
.contact_right_bottom{
  background: url(../img/contact_right_bottom.jpg) 0 bottom no-repeat;
  height: 10px;
}
.contact_left{
  float: left;
  width: 365px;
  background: url(../img/contact_left_middle.jpg) repeat-y;
  margin-bottom: 10px;
}
.contact_left_top{
  background: url(../img/contact_left_top.jpg) no-repeat;
  height: 5px;
}
.contact_left_bottom{
  background: url(../img/contact_left_bottom.jpg) no-repeat;
  height: 5px;
}

#content .contact_left h1{
  color: #c9042d;
  font: normal normal normal 16px tahoma;
  padding: 16px 0;
  background: url(../img/contact_h1.jpg) 0 bottom repeat-x;
  text-transform: none;
}
.contact_left p{
  font: normal normal normal 12px tahoma;
  margin-bottom:10px;
}
.contact_left label{
  font: normal normal normal 11px tahoma;
  display: block;
  padding: 8px 0 0 0;
  height: 16px;
  float: left;
  position: relative;
}
.input_text{
  background: url(../img/contact_input.jpg) no-repeat;
  width: 231px;
  height: 20px;
  border: 0;
  margin: 0;
  padding: 2px;
  color: #6E6E6E;
  float: right;
}
.contact_left .input_captcha{
  background: url(../img/contact_captcha.jpg) no-repeat;
  width: 58px;
  height: 20px;
  border: 0;
  margin: 0;
  padding: 2px;
  color: #6E6E6E;
}
.contact_left_text_div{
  background: url(../img/contact_textarea.jpg) no-repeat;
  width: 311px;
  height: 114px;
  padding: 2px;
}
.contact_left .contact_textarea{
  width: 311px;
  height: 110px;
  border: 0;
  margin: 0;
  padding: 2px;
  color: #6E6E6E;
}
.contact_left .linia{
  min-height: 24px;
  margin-bottom: 5px;
}
.contact_left .obrazek_kod{
  float: right;
  margin: 5px 0; 
}
.contact_left .wyslij{
  clear: both;
  float: right;
}

.jcarousel-skin-tango, .jcarousel-container {

}

.jcarousel-skin-tango, .jcarousel-container-horizontal {
    width: 400px;
    float: left;
    padding-top: 7px;
}

.jcarousel-skin-tango, .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango, .jcarousel-clip-horizontal {
    width:  345px;
    height: 40px;
    float: left;
}

.jcarousel-skin-tango, .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango, .jcarousel-item {
    width: 75px;
    height: 75px;
}

.jcarousel-skin-tango, .jcarousel-item-horizontal {
    margin-right: 0px;
}

.jcarousel-skin-tango, .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango, .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango, .jcarousel-next-horizontal {
    float: right;
    margin-top: 5px;
    width: 25px;
    height: 22px;
    cursor: pointer;
    background: transparent url(../img/narr_right.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango, .jcarousel-next-horizontal:hover {

}

.jcarousel-skin-tango, .jcarousel-next-horizontal:active {

}

.jcarousel-skin-tango, .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango, .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango, .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango, .jcarousel-prev-horizontal {
    float:left; 
    margin-top: 5px;
    width: 25px;
    height: 22px;
    cursor: pointer;
    background: transparent url(../img/narr_left.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango, .jcarousel-prev-horizontal:hover {

}

.jcarousel-skin-tango, .jcarousel-prev-horizontal:active {

}

.jcarousel-skin-tango, .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango, .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango, .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0 -96px;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango, .jcarousel-next-vertical {
    width: 32px;
    height: 32px;
    float:right;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango, .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango, .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango, .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango, .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango, .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango, .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango, .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango, .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango, .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango, .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango, .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
