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

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

/* Controls-> Bottom right */

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

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

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

table.slidemeter {
	width: 100px;
	background : url(../../plugins/mudslideshow/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;
}

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