@charset "utf-8";
/* CSS Document */


/*-----------------------DTP----------------------*/

#roundabout .roundabout-holder {
	padding: 0;
	width: 30em;
	height: 8em;
	right: 30px;
}

#roundabout .roundabout-moveable-item {
	height: 8em;
	width: 12em;
	cursor: pointer;
   }

#roundabout .roundabout-moveable-item img {
	height: 8em;
	width: 12em;
   }

#roundabout .roundabout-in-focus { cursor: auto; }

#roundabout {
	width: 450px;
	position: relative;
	margin-left: auto;
	top: 50px;
	right: 20px;
}


/*-----------------------WEB----------------------*/


#roundabout2 .roundabout-holder {
	padding: 0;
	width: 30em;
	height: 11em;
	right: 30px;
}

#roundabout2 .roundabout-moveable-item {
	height: 11em;
	width: 10em;
	cursor: pointer;
   }

#roundabout2 .roundabout-moveable-item img {
	height: 11em;
	width: 10em;
   }

#roundabout2 .roundabout-in-focus { cursor: auto; }

#roundabout2 {
	width: 450px;
	position: relative;
	margin-left: auto;
	top: 70px;
	right: 20px;
}

.other_result {
	margin-top: 20px;
}

a{outline:none;}
