span.link-arrow {
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 7px;
}

span.button-sk-left {
	display: inline-block;
	background-color: #F7CCD5;

	/* background-image: url(../images/buttons/left.png);
	background-repeat: no-repeat;
	background-position: center left; */
	padding-left: 18px;
	line-height:22px;
	height:22px;
}
span.button-sk-right {
	display: inline-block;
	background-color: #F7CCD5;

	/* background-image: url(../images/buttons/right.png);
	background-repeat: no-repeat;
	background-position: center right; */
	padding-right:18px;
	line-height:22px;
	height:22px;
}
span.button-sk-center {
	display: inline-block;
	background-color: #F7CCD5;

	/* background-image: url(../images/buttons/center.png);
	background-repeat: repeat-x;
	background-position: center left; */
	padding-left:0px;
	padding-right:0px;
	line-height:22px;
	height:22px;
	
	/* color:#DF1B3F; */
	text-decoration: underline;
}
a.reverse span.button-sk-left {
	background-image: url(../images/buttons/left_r.png);
}
a.reverse span.button-sk-right {
	background-image: url(../images/buttons/right_r.png);
}
a.reverse span.button-sk-center {
	padding-left:5px;
	padding-right:0px;
}

.effects-transfer {
	border: 2px dashed #B4B2AE;
}

div#download-container {
	position:relative;
	width:133px;
	height:67px;
}

p#download-layer {
	border: 1px solid #cccccc;
	background-image: url(../images/tabbox_grad_2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color:#FFFFFF;

	display:none;
	position:absolute;
	top: -82px;
	left: -66px;

	width:200px;
	height:125px;

	padding:20px;
}

img.download {
	width:50px;
	vertical-align:middle;
	margin:5px;
} 

td.lbpad {
	width:40px;
	padding-right:20px;
}
