/**
 * Bannerchanger with buttons
 * 
 * @author Timo Schmid <timo.schmid@jedox.com>
 * Jedox AG
 *
 * Stylesheets
 */

#box {
	position: relative;
}

#box_rightbtn {
	width: 112px;
	height: 31px;
	position: absolute;
	left: 613px;
	top: 181px;
	z-index: 1;
	background-image: url('../../../images/neu/boxchanger/DE/video.png');
	background-repeat: no-repeat;	
}

#box_rightbtn:hover {
	background-image: url('../../../images/neu/boxchanger/DE/video_h.png');
}

	
#box_middlebtn {
	width: 112px;
	height: 31px;
	position: absolute;
	left: 490px;
	top: 181px;
	z-index: 1;
	background-image: url('../../../images/neu/boxchanger/DE/palosuite.png');
	background-repeat: no-repeat;
}

#box_middlebtn:hover {
	background-image: url('../../../images/neu/boxchanger/DE/palosuite_h.png');
}

#box_leftbtn {
	width: 112px;
	height: 31px;
	position: absolute;
	left: 367px;
	top: 181px;
	z-index: 1;
	background-image: url('../../../images/neu/boxchanger/DE/paloexcel.png');
	background-repeat: no-repeat;
}

#box_leftbtn:hover {
	background-image: url('../../../images/neu/boxchanger/DE/paloexcel_h.png');
}