/*
* Author:      Marco Kuiper (http://www.marcofolio.net/)
* Modified:    Blaine Greenough (bgreenough@stanton.net) of Stanton Telecom, Inc. (info@stanton.net)
*/

/* HEADER */
#slideshow { height:264px; }
.slideshowimg { background-repeat: no-repeat; width:644px; height:264px; position:absolute; }
.slideshowoverlay{ background-image:url("../_images/frame.png"); background-repeat: no-repeat; width:644px; height:264px; position:absolute; }

/* HEADER TEXT */
#slideshowtxt { width:500px; margin:0 0; clear:both; position:absolute; top:350px; padding:0 0 0 15px; }
#imagetxt { background-image:url("../_images/textbg.png"); color:#333; font-size:14px; padding:4px 4px 4px; float:left; display:block; font-family: Arial,Helvetica Neue,Helvetica,sans-serif; }

/* CONTROLS */
.btn { height:32px; width:32px; float:left; cursor:pointer; }
#back { background-image:url("../_images/btn_back.png"); }
#next { background-image:url("../_images/btn_next.png"); }
#control { background-image:url("../_images/btn_pause.png"); }

/* HEADER HAVIGATION */
#slideshownav-outer { position:absolute; top:375px; margin:0; width:644px; }
#slideshownav { padding-left:530px; }

/* EXTRAS */
#canvas { display: block; position:fixed; pointer-events:none; }