/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 09 February 2012 03:20:18
*/


/**
 * Copyright (c) 2006-2007, Bill W. Scott
 * All rights reserved.
 *
 * This work is licensed under the Creative Commons Attribution 2.5 License. To view a copy 
 * of this license, visit http://creativecommons.org/licenses/by/2.5/ or send a letter to 
 * Creative Commons, 543 Howard Street, 5th Floor, San Francisco, California, 94105, USA.
 *
 * This work was created by Bill Scott (billwscott.com, looksgoodworkswell.com).
 * 
 * The only attribution I require is to keep this notice of copyright & license 
 * in this original source file.
 *
 * Version 0.6.1 - 07.08.2007
 *
 */

/**
 * Standard Configuration. It is advised that this section NOT be modified as the
 * carousel.js expects the behavior outlined below.
 **/
.carousel-component { 
    position:relative;
    overflow:hidden;   /* causes the clipping */
}
                
.carousel-component ul.carousel-list { 
    width:10000000px;
    position:relative;
    z-index:1; 
}

.carousel-component .carousel-list li { 
    list-style:none;
    overflow:hidden;
    
    
}

/**
 * VERTICAL CAROUSEL DEFAULTS
 **/
.carousel-component .carousel-vertical li { 
    margin-bottom:0px;

    /* Fix for extra spacing in IE */
    clear:left;  
    
    /* Force the LI to respect the HEIGHT specified */
    overflow:hidden;
    display:block;
}

/* For vertical carousel, not set, width defaults to auto */
/* Note if you explicitly set width to auto, this might cause */
/* problems with Safari... as in up/down button not working in some examples. */     
.carousel-component ul.carousel-vertical {
/*    width:auto;*/
}

.carousel-component .carousel-clip-region { 
    overflow:hidden; /* Secret to the clipping */
    margin:0px auto;
    position:relative; 
}

/**
 * ==============================================================================
 * Safe to override. It is safe to override background, padding, margin, color,
 * text alignment, fonts, etc. Define a separate CSS file and override your style
 * preferences.
 **/

.carousel-component { 
}
.carousel-component ul.carousel-list { 
}
.carousel-component .carousel-list li { 
}
.carousel-component .carousel-vertical li { 
}
.carousel-component ul.carousel-vertical { 
}











#training_carousel {
            border-top: 1px solid #CCCCCC;
            margin-top: 10px;
            padding-top: 10px;
            
        }
        
        #carousel_box {
            background: url(http://england.shelter.org.uk/__data/assets/image/0007/96928/box_inset_bg.gif) top left repeat-y;
            border: 1px solid #BBBBBB;
            width: 540px;
            position:relative;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            margin-top: 10px;
        }
        
        #boxtop {
            position: absolute;
            top: 0px;
            width: 540px;
            height: 4px;
            background: url(http://england.shelter.org.uk/__data/assets/image/0009/96930/box_inset_edge.gif) top left no-repeat;
            overflow: hidden;
        }
        
        #boxbottom {
            position: absolute;
            width: 540px;
            bottom: 0px;
            height: 4px;
            background: url(http://england.shelter.org.uk/__data/assets/image/0009/96930/box_inset_edge.gif) -4px left no-repeat;
            overflow: hidden;
        }
        
        .carousel-prev {
            display: none;
            position: absolute;
            top: 8px;
            right: 8px;
            z-index: 2;
        }
        
        .carousel-next {
            display: none;
            position: absolute;
            bottom: 8px;
            right: 8px;
            z-index: 2;
        }
        
        .eg_course {
            padding: 10px 30px 10px 10px;
            width: 500px;
            height: 100px !important;
            position: relative;
        }
        
        .eg_course h3 {
            margin-bottom: 3px;
            margin-left: 110px;
        }
        
        .eg_course h3 a:link {
            color: #000000;
            text-decoration: none;
        }
        
        .eg_course h3 a:hover {
            color: #666666;
            text-decoration: underline;
        }
        
        .eg_course p {
            font-size: 13px;
            color: #333333;
            margin: 0 0 0 110px;
        }
        
        .vertical_carouselimage {
            position: absolute;
            left: 10px;
            margin: 0 10px 0 0;
        }
        


