/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/


#page-wrap                              { width: 760px; padding: 15px; background: white; margin: 0 auto 50px; position: relative; }
#col1                                   { width: 49%; float: left; margin: 0 0 20px 0; }
#col2                                   { width: 49%; float: right; }




#dl                                     { position: absolute; top: 10px; right: 0; background: black; color: white; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 3px 6px; }
#dl:hover                               { background: #666; }




/*
    For Specific Slides
*/
#textSlide                              { background: #444; height: 286px; margin-top: -1px !important; margin-right: -15px !important; padding: 0 !important; border: 1px solid transparent; }
#textSlide h3                           { font: 14px Georgia, Serif; margin-left: 24px; margin-top: 18px; }
#textSlide p                            { color: #dedede; margin-left: 24px; margin-top: 8px; }
