/* Quick Links */

/**************************************************************************************
/* update the following classes to change the appearance of the Quick Links 
/* drop-in application
/*************************************************************************************/

/* this is the class used on the outside container element for the Quick Links */
/* html example: <div class="ImageList_Wrapper"> */
/* this element is used to avoid the broken box model object in ie6 */
.QuickLinks_Wrapper{ 
 
}

/* this is the class used on the inside container element for the Quick Links */
/* html example: <div class="QuickLinks_Wrapper"><div class="QuickLinks"> */
.QuickLinks{}

.QuickLinks a:link,
.QuickLinks a:visited{}
.QuickLinks a:hover{}
.QuickLinks a:active{}
