  /* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* text style used for most text rendered by modules */
.Normal
{

font-family: arial,Verdana,Arial,Verdana,Tahoma,  Helvetica; 
font-size: 12px; 
font-weight: normal;
letter-spacing:0pt;
color: #000000;

}

.newsreadmore:link, .newsreadmore:active, .newsreadmore:visited,.newsreadmore:hover
{
	font-family:Arial,Verdana,Tahoma;
	font-weight:normal;
	font-size:12px;
	text-decoration: underline;
        line-height: 12px;
	color: #A52A2A;
}
.newssummary150
{
font-family: arial,Verdana,Arial,Verdana,Tahoma,  Helvetica; 
font-size: 12px; 
line-height: 150%;
 background-color: #FFFFFF;
	
}
.newssummary
{
font-family: arial,Verdana,Arial,Verdana,Tahoma,  Helvetica; 
font-size: 12px; 
	
}
.newssummary9
{
font-family: arial,Verdana,Arial,Verdana,Tahoma,  Helvetica; 
font-size: 0.8em; 
	
}
.newstitle
{
	font-family:Arial,Verdana,Tahoma;
	font-weight:bold;
	font-size:10pt;
        text-decoration: none;
	color:#003366;	
}
.viewnewsarticle
{
    font-family: arial,Verdana,Arial,Verdana,Tahoma,  Helvetica; 
    font-size: 12px; 
	
}
.Panes
{

}
.PanesRahmen
{
padding-top: 6px;
padding-left: 6px;
border-style: solid;
	border-color: #EBEBEB;
	border-width: 1px;
}
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
.Body
{
background:url(background.png) repeat;
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  {  white-space:nowrap; 
}

.ContentPane  { 
}

.RightPane  { 
}


.TablePane {
        font-size: 12px; 
        border-style: solid;
	border-color: red;
	border-width: 0px;
      
}
.TablePaneRahmenOben {
        font-size: 12px; 
border-top: 1px dotted;
border-right: 0px solid;
border-bottom: 0px solid;
border-left: 0px solid;
        line-height: 20px;
      
}
.TablePaneMarken {
        font-size: 12px; 
        border-style: solid;
	border-color: red;
	border-width: 0px;
      
}

.TablePaneMarkenLink {
        font-size: 12px; 
        border-style: solid;
	border-color: red;
	border-width: 0px;
      
}


.TablePaneMarkenLink A, .TablePaneMarkenLink A:Active,.TablePaneMarkenLink A:Visited, .TablePaneMarkenLink A:Link
{
  font-family: Arial,Verdana,Tahoma,Verdana;
  font-size: 12px;font-weight: normal;
  text-decoration: none; color: #5f5f5f; 
  }

.tablePaneMarkenLink A:Hover
{
  color:  #ff0000;
}

.TablePaneGrau {
        border-style: solid;
	border-color: red;
	border-width: 0px;
        background-color: #EFEBEF;
        font-family: Verdana,Arial,Verdana,Tahoma,Verdana;
	font-size: 10pt;
	font-weight: normal;
        letter-spacing:0pt;
	color: #000000;
        
}
.TablePaneGeschenke {
        border-style: solid;
	border-color: red;
	border-width: 0px;
        font-family: Verdana,Arial,Verdana,Tahoma,Verdana;
	font-size: 12pt;
	font-weight: normal;
        letter-spacing:0pt;
	color: #000000;
       
}
.ZeileGrau {
        background-color: #EFEBEF;
	   
}
.ZelleMode {
        background-color: #e0e0e0;
	   
}
.ZelleGrau {
        background-color: #EFEBEF;
	font-size: 9pt;
        vertical-align:top;
        text-align: center;
	        
}
.ZelleRot {
        background-color: #CC0000; 
	font-size: 9pt;
        color: #FFFFFF;
        vertical-align:top;
	 text-align: center;    
}
.ZelleImg {
        width: 180px;
        vertical-align:top;
padding: 0;

margin-top: 10px;
margin-bottom: 10px;
	    
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}



/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
color: #800000;
}

H2  {
font-size:16px;
color: #800000;
}

H3  {
line-height: 150%;
color: #000000;
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}


A:link  {
   
  
    text-decoration:    underline;
    color:  #003366;
}

A:visited   {

    text-decoration:    underline;
    color:  #003366;
}

A:active    {

    text-decoration:    underline;
    color:  #003366;
}

A:hover {

    text-decoration:    underline;
    color:  #ff0000;
}
SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}


.CellGruen
{
  border-top: 1px solid #ffffff; 
  border-bottom: 4px solid #ffffff;   
  padding-left: 5px;
  padding-right: 5px;
/*  background-color: #9acd32; */
 
  background-color: #C3E183; 
}
.CellBlau
{
  border-top: 1px solid #ffffff; 
  border-bottom: 4px solid #ffffff;   
  padding-left: 5px;
  padding-right: 5px;
  background-color: #98C6E3; 
}
.CellOcker
{
  border-top: 1px solid #ffffff; 
  border-bottom: 4px solid #ffffff;   
  padding-left: 5px;
  padding-right: 5px;
  background-color: #FEAE27; 
}
.Cellrot
{
  border-top: 1px solid #ffffff; 
  border-bottom: 4px solid #ffffff;   
  padding-left: 5px;
  padding-right: 5px;
  background-color: #B92D1E; 
}



/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-weight: bold;
color: #A52A2A;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
color: #003366;
text-decoration: none;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
font-weight:bold;
color: #003366;
background: white url(shade.gif) top left repeat-x;
}


.shadetabs li a:visited{
color: #003366;
text-decoration: none;
}


.shadetabs li a:hover{
color: #A52A2A;
text-decoration: underline;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
background-image: url(shadeactive.gif);
color: #A52A2A;
top: 1px;
text-decoration: none;
border-bottom-color: white;
}


.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
line-height: 16px; 
}

@media print {
.tabcontent {
display:block !important;
}
}
.Link_PfeilBlau:link, .Link_PfeilBlau:active, .Link_PfeilBlau:visited 
{color:#003366;
font-family:Arial,Verdana,Tahoma;
font-size:12px;
font-weight:normal;
line-height:20px;
text-decoration:none;
border:0pt solid #0000ff;
padding-left:8px;
background:url(http://www.die-welt-der-schuhe.de/Portals/37/pfeilrot.gif) no-repeat 0 3px
}
.Link_PfeilBlau:hover 
{color:#003366;
font-family:Arial,Verdana,Tahoma;
font-size:12px;
font-weight:normal;
line-height:20px;
text-decoration:underline;
border:0pt solid #0000ff;
padding-left:8px;
background:url(http://www.die-welt-der-schuhe.de/Portals/37/pfeilrot.gif) no-repeat 0 3px
}


.Link_PfeilRot:link, .Link_PfeilRot:active, .Link_PfeilRot:visited 
{color:#800000;
font-family:Arial,Verdana,Tahoma;
font-size:12px;
font-weight:normal;
line-height:15px;
text-decoration:none;
border:0pt solid #0000ff;
display:inline;
margin-left:1px;
padding-left:8px;
background:url(http://www.die-welt-der-schuhe.de/Portals/37/pfeilrot.gif) no-repeat 0 3px
}

.Link_PfeilRot:hover 
{color:#800000;
font-family:Arial,Verdana,Tahoma;
font-size:12px;
font-weight:normal;
line-height:15px;
text-decoration:underline;
border:0pt solid #0000ff;
display:inline;
margin-left:1px;
padding-left:8px;
background:url(http://www.die-welt-der-schuhe.de/Portals/37/pfeilrot.gif) no-repeat 0 3px
}

.Link_PfeilGrau:link, .Link_Pfeilgrau:active, .Link_Pfeilgrau:visited 
{color:#777777;
font-family:Arial,Verdana,Tahoma;
font-size:12px;
font-weight:normal;
line-height:14px;
text-decoration:none;
border:0pt solid #0000ff;
padding-left:8px;
background:url(http://www.die-welt-der-schuhe.de/Portals/37/pfeilrot.gif) no-repeat 0 3px
}
.Link_PfeilGrau:hover 
{color:#777777;
font-family:Arial,Verdana,Tahoma;
font-size:12px;
font-weight:normal;
line-height:14px;
text-decoration:underline;
border:0pt solid #0000ff;
padding-left:8px;
background:url(http://www.die-welt-der-schuhe.de/Portals/37/pfeilrot.gif) no-repeat 0 3px
}



.NormalGrau
{
margin-top:4px;
font-family: arial,Verdana,Arial,Verdana,Tahoma,  Helvetica; 
font-size: 12px; 
font-weight: normal;
letter-spacing:0pt;
color: #000000;
}

.NormalGrau img{float:left;margin-right:10px;}


.Link_Rot:link, .Link_Rot:active, .Link_Rot:visited 
{color:#800000;
font-family:Arial,Verdana,Tahoma;
font-size:12px;
font-weight:normal;
text-decoration:none;
border:0pt solid #0000ff;
display:inline;
margin-left:1px;
padding-left:8px;
}
.Link_Rot:hover 
{color:#800000;
font-family:Arial,Verdana,Tahoma;
font-size:12px;
font-weight:normal;
text-decoration:underline;
border:0pt solid #0000ff;
display:inline;
margin-left:1px;
padding-left:8px;
}

.Link_RotFett:link, .Link_RotFett:active, .Link_RotFett:visited 
{color:#800000;
font-family:Arial,Verdana,Tahoma;
font-size:12px;
font-weight:bold;
text-decoration:none;
border:0pt solid #0000ff;
display:inline;
margin-left:1px;
padding-left:8px;
}
.Link_RotFett:hover 
{color:#800000;
font-family:Arial,Verdana,Tahoma;
font-size:12px;
font-weight:bold;
text-decoration:underline;
border:0pt solid #0000ff;
display:inline;
margin-left:1px;
padding-left:8px;
}

img.RightTeaser { 
    float: right; 
    margin: 4px; 
    width: 70px; 
}

img.RightTeaserCenter { 
   float: center; 
    align:middle;
    margin: 4px; 
    width: 70px; 
    text-align: center;
}
img.RightTeaserTop { 
    display: block; 
    margin: 4px; 
    width: 70px; 
   
}
img.Startseite { 
    float: center; 
    margin: 0px; 
  max-width: 300px;
  max-height: 200px;
  width: expression(this.width > 300 ? "300px" : true);
  height: expression(this.height > 200 ? "200px" : true);




}
img.Onlinekauf { 
     
    margin: 0px; 
    border: 0px;
    height:auto; 
    width:auto; 
    max-height:150px; 
    max-width:150px;
    width: expression(this.width >= this.height ? "150px" : true);
    height: expression(this.height > this.width ? "150px" : true);
   
}
img.sOnlinekauf { 
     
    margin: 0px; 
    border: 0px;
    height:auto; 
    width:auto; 
    max-height:150px; 
    max-width:150px;
    vertical-align:middle;
    width: expression(this.width >= this.height ? "150px" : true);
    height: expression(this.height > this.width ? "150px" : true);
    
}

div.Onlinekauf { 
    height:150px;
    width:150px; 
vertical-align:middle;
text-align:center;
}
div.sOnlinekauf { 
    height:150px;
    width:150px; 
    vertical-align:middle;
    }
td.CellOnlinekauf {background-color: #FEFEFE;
color:black;
padding: 6px;
border:0px;
}

.ads_position {
	position: relative;
}

.ads_box1 {
	float: left;
	margin: 0px 20px 10px 0px;
}

.ads_box_abstand1 {
	float: left;
	width: 3px;
	height: 0px;
}

p {margin-top: 0px; margin-bottom: 3px;}


#CarouselDiv
{ margin:0 auto; padding:0;}


H2.Startseite  {
font-size: 16px;
color: #800000;
line-height: 10px;
margin-left:15px;
}

.BlogHeadline {
    margin-top:10px;
    margin-bottom: 0px;
    background-color:#FFFFFF;
    border:0px dashed #C8C8C8;
    border-top:0px dotted #D8D8D8;
    font-weight: normal;
    font-size:20px;
    font-family: Tahoma,arial,Verdana,Tahoma, Helvetica; 
    text-decoration: none;
}
.BlogHeadline:link,.articleHeadline:active,.articleHeadline:visited {
    margin-top:10px;
    margin-bottom: 0px;
    background-color:#FFFFFF;
    border:0px dashed #C8C8C8;
    border-top:0px dotted #D8D8D8;
    font-weight: normal;
    font-size:20px;
    font-family: Tahoma,arial,Verdana,Tahoma, Helvetica; 
    text-decoration: none;
}

.BlogAuthor { 
	
margin-top:20px;
    border-top:0px dotted #D8D8D8;
    border-bottom:1px dotted #D8D8D8;
    border-left:0px dotted #D8D8D8;
  	border-right:0px dotted #D8D8D8;    
	margin-bottom:2px;
    padding-bottom:4px;
    padding-left:6px;
    padding-top:2px;
     font-family: arial,Verdana,Tahoma, Helvetica; 
    color: #666666;
  font-size:11px;
text-decoration: none;
letter-spacing: 2px;
text-transform: uppercase;
} 
.BlogCategories  {
margin-top:4px;
    border-top:0px dotted #D8D8D8;
    border-bottom:0px dotted #D8D8D8;
	border-left:0px dotted #D8D8D8;
	border-right:0px dotted #D8D8D8;    
	margin-bottom:2px;
    padding-bottom:4px;
    padding-left:6px;
    padding-top:2px;
     font-family: arial,Verdana,Arial,Verdana,Tahoma,  Helvetica; 
    color: #666666;
  font-size:10px;
text-decoration: none;

} 
.BlogCategories link  {
margin-top:4px;
    border-top:0px dotted #D8D8D8;
    border-bottom:0px dotted #D8D8D8;
	border-left:0px dotted #D8D8D8;
	border-right:0px dotted #D8D8D8;    
	margin-bottom:2px;
    padding-bottom:2px;
    padding-left:6px;
    padding-top:2px;
    color: #A52a2a;
  font-size:10px;
text-decoration: none;

} 

.BlogActions  {
margin-top:2px;
    border-top:0px dotted #D8D8D8;
    border-bottom:0px dotted #D8D8D8;
	border-left:0px dotted #D8D8D8;
	border-right:0px dotted #D8D8D8;    
	margin-bottom:2px;
    padding-bottom:4px;
    padding-left:6px;
    padding-top:2px;
     font-family: arial,Verdana,Arial,Verdana,Tahoma,  Helvetica; 
    color: #666666;
  font-size:10px;
text-decoration: none;

} 
.BlogFooter
{
    margin-bottom: 0px;
    background-color:#F0F0F0;
    border:0px dashed #C8C8C8;
    
}

a.DetailLink:link, a.DetailLink:active, a.DetailLink:visited
{
	color:#F27606;
	font-weight:normal;
	text-decoration:none;
	text-align: center;
	float: center;
        font-family: arial,Verdana,Arial,Verdana,Tahoma,Helvetica;
        font-size: 12px;
}
div.Preis {
	font-size: 14px;
        font-weight: bold;
	text-align: center;
font-family: arial,Verdana,Tahoma,Helvetica;
}

a.sbuttonLink:link, a.sbuttonLink:visited, a.sbuttonLink:active {
    background: url("images/button.png") no-repeat scroll 0 0 transparent;
    color: #666666;
    display: block;
    font-size: 1px;
    height: 25px;
    text-align: center;
    width: 120px;
}
a.sbuttonLink:hover {
    background: url("images/buttonover.png") no-repeat scroll 0 0 transparent;
}

.DDRMenuMega1 A,.DDRMenuMega1 A:link,.DDRMenuMega1 A:visited,.DDRMenuMega1 A:active
{
	text-decoration: none;
}
.DDRMenuMega1 .main_dnnmenu_bar 
{
	width: auto;
}
.DDRMenuMega1 .ddrmenulevel1
{
	background-color: white;
}
.DDRMenuMega1 A.ddrmenuitemlevel0
{	
	color: #375162;
	font-size: 13px; 
        font-family: Arial,Verdana, Arial, Helvetica, Sans-Serif;
	font-weight:bold; 	
	text-align:center; 
	padding:12px 12px 12px 12px;
	letter-spacing: 2px;
	margin-right:1px;
}
.DDRMenuMega1 A.ddrmenuitemlevel0:hover
{  
	color:#ffffff;
	background-color:#375162;
	text-decoration:none;
}
.DDRMenuMega1 A.main_dnnmenu_rootitem_selected 
{
	color:#ffffff;
	background-color:#000080;
}
.DDRMenuMega1 .ddrmenu .ddrmenulevel1
{
	border:1px solid #C0D6E5;
}
.DDRMenuMega1 .ddrmenulevel1 A
{
	background-color:#F8FAFF;
 font-family: Arial,Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px; 
	font-weight:bold;
	text-align:left;
	color:#000000;
	line-height:2em;
	padding: 0px 5px;
	margin:0px;
}
.DDRMenuMega1 .ddrmenulevel2
{
	margin-left: 2em;
}
.DDRMenuMega1 A.ddrmenuitemlevel2
{
 font-family: Arial,Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
}
.DDRMenuMega1 .ddrmenulevel1 A:hover
{  
	
	color:#ffffff;
background-color:#375162;
	text-decoration:none;
}
.DDRMenuMega1 .ddrmenulevel1 .main_dnnmenu_itemselected 
{
background-color:#375162;
	
	color:#ffffff;
}

#Details {
    margin: 0 10px 20px;
    overflow: hidden;
font-family: Arial,Verdana, Arial, Helvetica, Sans-Serif;
}
#startLayer {
    height: 0;
    position: relative;
    top: 150px;
}
#Details .Bild {
    border: 1px solid #CCCCCC;
    float: left;
    height: 690px;
    width: 250px;
}

#Details .Preis {
    border: 1px solid #CCCCCC;
    font-size: 20px;
    font-weight: bold;
    height: 51px;
    margin: -95px 0 10px 240px;
    padding: 40px 0 0;
    text-align: center;
    width: 209px;
}

#Details .Preis s {
    font-size: 14px;
    line-height: 22px;
}
#Details .Langtext {
    font-size: 10px;
    line-height: 15px;
}
#Details .Nummer {
    padding: 3px 0 0;
    position: absolute;
    text-align: right;
    width: 235px;
}

#Details .Beschreibung {
    border: 1px solid #CCCCCC;
    float: right;
    height: 670px;
    padding: 15px 20px 5px;
    position: relative;
    width: 300px;
}
#Details h1 {
    border-bottom: 1px solid #CCCCCC;
    padding: 0 50px 10px 0;
}
#Details img.Marke {
    height: 28px;
    position: absolute;
    right: 20px;
    top: 10px;
}

#Details .color span {
    left: -3000px;
    position: absolute;
}

  /* ================================
    CSS STYLES FOR 
carousel tango skin
   ================================
*/   

.jcarousel-skin-tango .jcarousel-container {
    background: #FFFFFF;
    border: 0px dotted #000000;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 220px;
    padding: 20px 40px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  200px;
    height: 75px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 100px;
    height: 75px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.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 {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(http://www.die-welt-der-schuhe.de/Portals/37/images/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(http://www.die-welt-der-schuhe.de/Portals/37/images/prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(http://www.die-welt-der-schuhe.de/Portals/37/images/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(http://www.die-welt-der-schuhe.de/Portals/37/images/next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(http://www.die-welt-der-schuhe.de/Portals/37/images/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:focus {
    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:focus,
.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(http://www.die-welt-der-schuhe.de/Portals/37/images/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    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:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

