.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 360px;
    padding-left:60px;
    padding-right:42px;
    padding-top:10px;
    padding-bottom:10px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  332px;
    height: 70px;
    margin-left :9px;

}

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

}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 0px;
    
    width: 56px;
    height: 70px;
    cursor: pointer;
    background: transparent url(images/dienasfoto/arrow_right.png) no-repeat 4px 11px;
    margin-top:10px;
    
    min-height: 70px;
    
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(images/dienasfoto/arrow_right.png) no-repeat 4px 11px;
}

.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: url(images/dienasfoto/grey_arrow_right.png) no-repeat 4px 11px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 0px;
    
    width: 56px;
    height: 70px;
    cursor: pointer;
    background: transparent url(images/dienasfoto/arrow_left.png) no-repeat 4px 11px;
	margin-top:10px;
    
    min-height: 70px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(images/dienasfoto/arrow_left.png) no-repeat 4px 11px;
}

.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: transparent url(images/dienasfoto/grey_arrow_left.png) no-repeat 4px 11px;
}

.mainImageTextBox {
	margin-left:5px;
}

.mainImageTextBoxFooter {
	padding-left: 58px;
	padding-top: 1px;
	margin-bottom: 2em;
	font-size: 90%;
	color: #4A4A4A;
}

.webwidget_rating_sex{
    padding: 0px;
    margin: 0px;
    float: left;
}
.webwidget_rating_sex li{
    line-height: 0px;
    width: 28px;
    height: 28px;
    padding: 0px;
    margin: 0px;
    list-style: none;
    float: left;
    cursor: pointer;
}
.webwidget_rating_sex li span{
    display: none;
}

span.stars, span.stars span {
    display: block;
    background: url(images/dienasfoto/web_widget_star.png) 0 0 repeat-x;
    width: 140px;
    height: 28px;
    float:left;
}

span.stars span {
    background-position: 0px -28px;
    width: 0px;
    height: 28px;
    float:left;
}

#outerImageContainerDienasFoto {
	position: relative;
	background-color: #fff;
	margin: 0 auto;
}
#hoverNavDienasFoto {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 20;
}
#hoverNavDienasFoto a{ outline: none; }
#prevLinkDienasFoto, #nextLinkDienasFoto {
	width: 49%;
	height: 100%;
	background: transparent url('/style/images/lightbox/blank.gif') no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLinkDienasFoto { left: 0; float: left;}
#nextLinkDienasFoto { right: 0; float: right; }
#prevLinkDienasFoto:hover, #prevLinkDienasFoto:visited:hover { background: url('/style/images/lightbox/prev.gif') left 50% no-repeat; }
#nextLinkDienasFoto:hover, #nextLinkDienasFoto:visited:hover { background: url('/style/images/lightbox/next.gif') right 50% no-repeat; }

/* share-me styles */
.shareFacebook { background:url("images/icons/inform_button_facebook.png") no-repeat left center; font-size:10px; padding-top:2px; cursor:pointer; width:85px; }
.shareFacebook div { float:left; padding-left:25px; }
.shareTwitter { background:url("images/icons/inform_button_twitter.png") no-repeat left center; font-size:10px; padding-top:2px; cursor:pointer; width:85px;  }
.shareTwitter div { float:left; padding-left:25px; }
.shareFriend { background:url("images/icons/inform_button_friend.png") no-repeat left center; font-size:10px; padding-top:2px; cursor:pointer; width:85px;  }
.shareFriend div { float:left; padding-left:25px; }

/* Border style with angle */
.outer-border {
	margin-left:4px;
}
.callout { 
	min-height:50px;
	
    position: relative; 
    background-color: #FFFFFF; 
    zoom: 1; 
}
.callout .notch { 
    position: absolute;
    
    top: 20px; 
    left: -13px;
    margin: 0; 
    
    border-bottom: 7px solid transparent; 
    border-left:  7px solid transparent;
    border-right: 7px solid #FFFFFF;
    border-top: 7px solid transparent; 

    padding: 0; 
    width: 0; 
    height: 0; 
    font-size: 0; 
    line-height: 0; 
    _border-bottom-color: pink; 
    _border-left-color: pink; 
    _border-top-color: pink; 
    _filter: chroma(color=pink); 
}
.border-callout { 
    border: 1px solid #ADADAD; 
    padding: 5px; 
}
.border-callout .border-notch { 
    border-right-color: #ADADAD; 
    left: -14px;
}