﻿/* ESTILOS PADRÃƒO */
.rotatorVM2										{ border: 2px solid #555; border-radius: 5px; overflow: hidden; width: 1024px; height: 576px; position: relative; }
.rotatorVM2	ul									{ list-style: none; display: block;  margin: 0; padding: 0;  }
.rotatorVM2 ul li 								{ position: absolute; top: 0; left: 0; display: none;}
.rotatorVM2 .msgBox								{ background:#000; opacity: 0.75; position: absolute; width: 96%; height: 35px; line-height: 35px; color: #FFF; bottom: 0; left: 0; padding: 0 2%; }
.rotatorVM2 .msgBox	span						{ display:none; }
.rotatorVM2 input[type=button]					{ position: absolute; cursor: pointer; top: 250px; background-repeat: no-repeat; border: none; width:24px; height: 44px;}
.rotatorVM2 input[type=button].next				{ right:10px; background: url("images/next.png"); }
.rotatorVM2 input[type=button].prev				{ left:10px; background: url("images/prev.png"); }
.rotatorVM2 input[type=button].next:hover		{ right:10px; background: url("images/next_hover.png"); }
.rotatorVM2 input[type=button].prev:hover		{ left:10px; background: url("images/prev_hover.png"); }
.rotatorVM2 .controladores						{ position: absolute; bottom:50px; right: 5%; width:90%; height: 35px; }
.rotatorVM2 .controladores ol					{ display: block; margin: 0; padding: 0; list-style: none; float: right; }
.rotatorVM2 .controladores ol li				{ float: left; background: #069; color: #FFF; font-weight: bold; text-align: center; line-height: 30px; height: 30px; width: 30px; margin: 2px; cursor: pointer; border-radius: 5px; border: 2px solid #000; }
.rotatorVM2 .controladores ol li.active,
.rotatorVM2 .controladores ol li:hover			{ background: #096; }

/* ESTILOS ABIMAQ */
.rotatorAbimaqVM2										{ position:relative; width:927px; height:273px; overflow:hidden; margin-bottom:20px; font-family:Myriad Pro; float:left;  }
.rotatorAbimaqVM2 ul									{ margin:0; padding:0; list-style:none; }
.rotatorAbimaqVM2 ul li 								{ position:absolute; top:0; left:0; }
.rotatorAbimaqVM2 .msgBox								{ height:53px; background:url("images/bg_msg.png"); position:absolute; bottom:0; left:0; width:100%;  }
.rotatorAbimaqVM2 .msgBox span							{ display:none; color:#FFF; font-size:21px; line-height:53px; margin-left:160px; }
.rotatorAbimaqVM2 input[type=button]					{ position: absolute; cursor: pointer; top: 110px; background-repeat: no-repeat; border: none; width:24px; height: 44px; }
.rotatorAbimaqVM2 input[type=button].next				{ right:10px; background: url("images/next.png"); }
.rotatorAbimaqVM2 input[type=button].prev				{ left:10px; background: url("images/prev.png"); }
.rotatorAbimaqVM2 input[type=button].next:hover			{ background: url("images/next_hover.png");}
.rotatorAbimaqVM2 input[type=button].prev:hover			{ background: url("images/prev_hover.png"); }
.rotatorAbimaqVM2 .controladores						{ width:200px; position:absolute; bottom:15px; left:0; }
.rotatorAbimaqVM2 .controladores ol						{ margin:0; padding:0; }
.rotatorAbimaqVM2 .controladores ol li					{ float:left; display:block; width:22px; height:22px; text-align:center; color:#FFF; line-height:22px; background:#00b2f8; margin:0 7px; cursor: pointer; }
.rotatorAbimaqVM2 .controladores ol li.active,
.rotatorAbimaqVM2 .controladores ol li:hover			{ background:#096; }

