.imageRotate {
	width: 640px;
	height:325px;
}












/* NAVIGATION */
.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: auto;
height:12px;
margin: 0px;
float:right;
text-align: center; /*How to align pagination links: "left", "center", or "right" */
background: #fff; /*always declare an explicit background color for fade effect to properly render in IE*/
}

.glidecontenttoggler a{ /*style for every navigational link within toggler */
width:12px;
height:12px;
display: -moz-inline-box;
display: inline-block;
text-indent:-999999px;
overflow:hidden;
padding:0px;
margin:0px;
float:left;
margin:0px 2px;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
background:url(../images/slide_off.gif) no-repeat;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: url(../images/slide_on.gif) no-repeat;
}

.glidecontenttoggler a:hover{
	background:url(../images/slide_over.gif) no-repeat;
}

.glidecontenttoggler a.prev { /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
background:url(../images/slide_prev.gif) no-repeat;
}

.glidecontenttoggler a.next {
	background:url(../images/slide_next.gif);
}

.glidecontenttoggler a.prev:hover {
	background:url(../images/slide_prev_over.gif) no-repeat;
}

.glidecontenttoggler a.next:hover {
	background:url(../images/slide_next_over.gif) no-repeat;
}

