div.throbbersimp-on {		
	/*width: 56px;*/
	text-align: center;
	background: url(../../plugins/mudslideshow/img/loading-simple.gif) no-repeat center center;
}

div.throbbersimp-off {	
	/*width: 56px;*/
	cursor: pointer;
	background: url(../../plugins/mudslideshow/img/update-simple.gif) no-repeat center center;
	text-align: center;
}

/* Controls-> Bottom right */

div.simpleslidecontainer {
	border: solid 1px #bbbbbb;
	position : relative;
	background : url(../img/simpleslide/background.png) no-repeat center center;
}

div.simpleslideimg {
	position : absolute;
	top: 5px;
	left: 5px;
	background : url(../img/simpleslide/background.png) no-repeat center center;
}

div.slidemetercontainer {
	position : absolute;
	bottom: 22px;
	right: 10px;
}

table.slidemeter {
	width: 100px;
	background : url(../img/simpleslide/background.png);
} 

.slidemeter {
	color: #fff;
	font-weight: bold;
}

/* Controls -> bottom-centered */


/*div.simpleslidecontainer {
	border: solid 1px #bbbbbb;
	position : relative;
	padding-bottom: 28px;
	margin-top: 3px;
}

div.simpleslideimg {
	position : absolute;
	top: 5px;
	left: 5px;
	background : url(../img/simpleslide/background.png) no-repeat center center;
}

div.slidemetercontainer {
	position : absolute;
	bottom: 0px;
	width: 100%;
	background : url(../img/simpleslide/background.png);
}

table.slidemeter {
	width: 100px;
	height: 25px;
}

table.slidemeter tr,
table.slidemeter td,
table.slidemeter div,
table.slidemeter input {
	line-height: 0px;
	height: 25px;
	padding:0px;
	margin: 0px;
}

.slidemeter {
	color: #fff;
	font-weight: bold;
}*/
